Skip to content

Danik711/search-movie

Repository files navigation

Hello, my name is Daniil. Thank you for your time to check the project!

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Clone the project

HTTPS: https://github.com/Danik711/search-movie.git

SSH: git@github.com:Danik711/search-movie.git

Step 2: Install all dependencies

npm install

# for iOS specifically
cd ios/
pod install

Step 3: Start Metro Server

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

Step 4: Start your Application

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:

For Android

npm run android

For iOS

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.