Created
August 10, 2016 18:00
-
-
Save nlively/6811e0158392304851d11d178eb93a9f to your computer and use it in GitHub Desktop.
React Native App Infrastructure Pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- App/ | |
- Assets/ | |
- Images/ | |
- logo.png | |
- Components/ | |
- ReusableComponent1.js | |
- Lib/ | |
- cssVar.js | |
- CSSVarConfig.js | |
- ResponsiveLayout.js | |
- Reducers/ | |
- SampleReducer1.js | |
- SampleReducer2.js | |
- Views/ | |
- HomeView.js | |
- SignInView.js | |
- App.js | |
- ActionCreators.js | |
- ActionTypes.js | |
- Reducers.js | |
- Selectors.js | |
- index.ios.js | |
- index.android.js | |
- package.json | |
- env.js # NOT tracked in Git | |
- env.example.js | |
- .gitinore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment