The app is a tiny project to showcase react-native and redux use-case.
- Clone the repo
$ cd BingeWatcher && yarn install- Open android emulator
$ yarn android- To make release build run
$ cd yarn build:android
- We have 2 screens based in
BottomTabNavigator, provided byReactNavigation. - The
SearchScreenprovides functionality to search the movies and adding a movie to favourites, which are maintained inRedux-Store. - The
FavouritesScreenen-lists all the favourite movies.
- Android installable files (apk)
- Universal APK size ~24MB, Platform wise split APK size ~8MB