Unofficial client for TMDb created with React Native
- React native 0.60+
- All business logic in redux
- Typescript support
- Eslint integration
- Performance optimization
- Set up React Native. Choose tab Building Projects with Native Code
cd
into this project directorypod install
inios
directorynpm install
oryarn install
- Run
react-native run-android
orreact-native run-ios
App uses TMDb api to fetch movies. API doesn't support recommendation for account therefore Explore tab shows the list of currently popular movies on TMDb and locally stores seen movies. Explore tab has offline queue ensuring that movies which are swiped without an internet connection will be processed when the connection is back online. Note that app does not support people information: actors, directors, etc.