- React-Native
- Native-base (UI Library)
- Async Storage for saving list of favourites movies/series
- Movie API: https://www.omdbapi.com/
- For your local run:
- Create
.env
file in root folder, where you store your API_KEY
- Create
- start Emulator Pixel XL API 31 in Android Studio
- open Terminal and start Metro with commands:
npx react-native start
- on new Terminal tab build app:
npx react-native run-android
Now you should be able to see your application