Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nlively/6811e0158392304851d11d178eb93a9f to your computer and use it in GitHub Desktop.
Save nlively/6811e0158392304851d11d178eb93a9f to your computer and use it in GitHub Desktop.
React Native App Infrastructure Pattern
- 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