friendz-system-design
v1.0.7
Published
System Design for Friendz mobile app
Downloads
44
Maintainers
Readme
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
- react-native init example
- npm pack
- cd example && npm install && npm i ../friendz-system-design-{version}.tgz
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
- rm -fr friendz-system-design-{version}.tgz
- npm login
- npm publish
