Skip to content

Instantly share code, notes, and snippets.

@JackWink
Last active February 23, 2016 21:36
Show Gist options
  • Save JackWink/af959b00d4ec22883c6e to your computer and use it in GitHub Desktop.
Save JackWink/af959b00d4ec22883c6e to your computer and use it in GitHub Desktop.
React Native Resources
Redux
- http://redux.js.org/docs/introduction/index.html
- https://github.com/gaearon/redux-thunk
React Native
- http://facebook.github.io/react-native/docs/getting-started.html#content
- Components / Awesome React: https://github.com/jondot/awesome-react-native
- Example App: https://github.com/bartonhammond/snowflake
Data Storage Options
- Simple Store (SharedPreferences-backed) https://github.com/jasonmerino/react-native-simple-store
- SQLite https://github.com/andpor/react-native-sqlite-storage
Analytics
- https://github.com/davodesign84/react-native-mixpanel
Testing
- Jest: https://facebook.github.io/jest/docs/tutorial-react.html#content
- React Test Utils: https://facebook.github.io/react/docs/test-utils.html
Native Components
- Android: http://facebook.github.io/react-native/docs/native-modules-android.html#content
- iOS: http://facebook.github.io/react-native/docs/native-modules-ios.html#content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment