Movie app example
Check the requirements:
For Run The VaiMovie, follow the steps:
downloadorclonethe repo.- run
npm installoryarn installin root to install de dependecies. - IOS: run
cd ios && pod install && cd .. - Run Android:
npx react-native run-androidoryarn run android. - Run IOS:
npx react-native run-iosoryarn run ios.


