- clone the repository
git clone https://github.com/ddikodroid/movie-pedia.git
- install all dependecies
npm install
oryarn
- for iOS, you need to do pod install
cd ios && pod install && cd ..
npx react-native run-android
npx react-native run-ios