Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

friendz-system-design

friendzdev26ISC1.0.7

System Design for Friendz mobile app

react-native, friendz, system-design

readme

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

Test Pack

1) react-native init example 2) npm pack 3) cd example && npm install && npm i ../friendz-system-design-{version}.tgz 4) Run instructions for iOS:

  • cd example && react-native run-ios

or

  • Open example/ios/example.xcworkspace in Xcode or run "xed -b ios"
  • Hit the Run button

Run instructions for Android:

  • Have an Android emulator running (quickest way to get started), or a device connected.
  • cd example && react-native run-android

Make NPM Pack and Publish

1) rm -fr friendz-system-design-{version}.tgz 2) npm login 3) npm publish