A Cross-PLatform React-Native app to create WatchList of Movies/shows
- Search movie before adding to WatchList
- Fast Storage by using JSI
- Push Movies to the end after Watching
- Directly Google Search Movie from the app
- Android (Download APK)
-
To start metro server run:
npx react-native start
-
To run app in android run:
npx react-native run-android
-
To create build apk
npx react-native run-android --variant=release