This is the application made and used for the Xebicon'2016 slot "React Native et Redux, une complémentarité hors du commun".
This application requires an API key on The movie DB. You can create an account and get a key.
npm i
- IOS:
react-native run-ios
open ios/myXebiconSlot.xcodeproj/
- Android:
react-native run-android
- La documentation officielle
- Showcase d'application faite en React-Native
- Des exemples d'applications et modules avec Redux
- Ajouter Crashlytics à son application React-Native iOS
- Ajouter Sentry pour capturer les bugs dans le javascript
- Petit comparatif des frameworks de tests avec React-Native
- Finish the android application (as it is now, it's not working)