Hello, my name is Daniil. Thank you for your time to check the project!
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
HTTPS: https://github.com/Danik711/search-movie.git
SSH: git@github.com:Danik711/search-movie.git
npm install
# for iOS specifically
cd ios/
pod install
Start Metro, the JavaScript bundler that ships with React Native.
To start Metro, run the following command from the root of your React Native project:
npm start
Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:
npm run android
npm run ios
This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.
If everything is set up correctly, you should see Home Screen that is going to display movies and a search bar at the top.