Skip to content

nagasaicharan/react-native-search-moives

Repository files navigation

Installation Guide

Following is a quickstart guide to get you started

1.Environment Setup

Make sure you have setup environment before cloning the repository

  • Go to React Native Setup Guide
  • Make sure you have selected React Native CLI Quickstart
  • Select your Development OS and Target OS
  • Follow the instructions and make sure your machine is ready for react native development.

2. Clone and Install

2.1 Clone the repository

Clone the repository

2.2 Install dependencies

Install the dependencies that are required to run the project. run the following command in the shell:

cd react-native-flatlist-grid
yarn install

//only for mac
cd ios && pod install

3. Running the app

After installing all the dependencies, we need to run the following command:

For android

npx react-native run-android

For iOS (For MacOs only)

npx react-native run-ios

The above command opens up a emulator via android studio, and ios simulator in macOS. if all goes well you will be able to see the app run. Cheers.

4. Screenshots

1 2 3 4 5 6

5. TroubleShooting

Run the following command to clean the build.

npx react-native-clean-project --remove-iOS-build --remove-iOS-pods

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published