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
cdinto this project directorypod installiniosdirectorynpm installoryarn install- Run
react-native run-androidorreact-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.