- A React Native application for Movies.
- Functionality
- Features
- Installation
- Setup of Android Emulator
- Setup in Android Phone
- Setup of the project
- The app has Facebook login and sign in with email functionality.
- The app shows the list of movies.
- The app provides search functioality where the user can search the maovies with the name.
- Facebook Login button.
- Sign in with email button.
- User name field.
- Password field.
- Sign In button.
- List of movies with Image, title and release date.
- Search icon on Header.
- Logout option.
- Name of the movie.
- Images of the movie.
- Close icon on the header.
- Search Bar.
- After search, the movie title and image is displayed in a list view
-
Go to the link specified, go to react native CLI Quickstart and perform all the instructions till setting up ANDROID_HOME
(https://facebook.github.io/react-native/docs/getting-started)
-
Install Android Studio, open the AVD Manager.
-
Select the type of phone.
-
Download the version of Android.
-
Click Finish. It opens a window. Select the play button displayed.
-
The emulator will open.
-
Connect mobile phone with USB cable.
-
Check the box to transfer files.
-
Go to Settings => Developer Options => Enable USB Debugging.
-
Clone the application by using the following command
git clone https://github.com/nirustanite/ReactNative_MovieApp.git -
cd to the folder /MovieApp.
cd MovieApp -
Install dependencies using this command
npm i -
Type the command to install the app
react-native run-android -
Close the application in the emulator or phone.
-
Type the command to start the app
react-native start -
When loading dependecy graph is done, open the app.
-
Now, the app can be used in the phone.