Unofficial client for TMDb created with React Native. Developed as a training project.
- Set up React Native. Choose tab Building Projects with Native Code
cd
into this project 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.