"react": "16.11.0",
"react-native": "0.62.0"
Perfect to start No frameworks UI like Bootstrap or Material UI are used.
This project was inspired by imdb website www.imdb.com.
Be sure, you have installed all dependencies and applications to run React Native project on your computer : Getting Started with React Native.
This project works fine for iOS but in Android version there are serious UI problems because I've only worked on iOS.
Clone this repository :
git clone https://github.com/regisnut/IMDB.git
cd IMDB
```
Install packages :
```
npm install
When installation is complete, run with version of your choice :
npx react-native run-ios
# or
npx react-native run-android