Is a react native application to display movie information, the application is available for iOS and Android
- Display categories like recommend for you, Popular movies, Comming Soon and more.
- Show all the movie information with details like comments and rates
- The movies will show you recommendations to see more content
- Install React Native (-> how to Install here)
- run
yarn install
- Open iOS folder
cd ios
and runpod install
- For Android run
react-native run-android
- For iOS run
react-native run-ios
- To check flow in the root folder of the project use
npm run flow
you will get something like:
> [email protected] flow /your_folder
> flow
No errors!
iOS
1 | 2 | 3 |
---|---|---|
Android
1 | 2 | 3 |
---|---|---|