1.0.7 • Published 6 years ago
friendz-system-design v1.0.7
README
This README would normally document whatever steps are necessary to get your application up and running.
What is this repository for?
- Quick summary
- Version
- Learn Markdown
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