https://github.com/hgkim999/quick-client-template
Quick React Native Application Template with FB Login
https://github.com/hgkim999/quick-client-template
Last synced: 6 months ago
JSON representation
Quick React Native Application Template with FB Login
- Host: GitHub
- URL: https://github.com/hgkim999/quick-client-template
- Owner: hgkim999
- Created: 2017-01-17T02:15:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T06:10:57.000Z (over 8 years ago)
- Last Synced: 2025-02-13T11:56:13.031Z (8 months ago)
- Language: JavaScript
- Size: 951 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickClientTemplate
Quick React Native Application Template with FB Login## Quick Links
* [Quick Server Template](https://github.com/hgkim999/quick-server-template) repo### High level design for Quick Client and Quick Server
## Things to consider before using React Native
### Pros
1. Use Javascript to create native apps.
2. High performace UIs with ReactJS compare to PhoneGap or Cordova.
3. Components are highly reusable across platforms.### Cons
1. Updates are not very stable yet.
* React Native is fast evolving technology, yet updates are oftenly NOT backwards compatible.## Requirements
### Core Requirements
* React Native Standard Setup: [Official Documentation](https://facebook.github.io/react-native/docs/getting-started.html#content)
* FB SDK Setup for [iOS](https://developers.facebook.com/docs/ios/getting-started) and [Android](https://developers.facebook.com/docs/android/getting-started)### Dev Environment
* [Atom](https://atom.io/) with [Nuclide](https://nuclide.io/docs/platforms/react-native/)
* Flow Type Check: [Get Started](https://flowtype.org/docs/getting-started.html#_)
Recommended using Flow installed in global(npm install -g flow-bin)