Skip to content

muhammadashfaq/react-native-movies-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies App built in React Native

Running locally

Make sure you have all the necessary dependencies installed on your system:

  • Node.js
  • Ruby
  • Xcode
  • CocoaPods
  • Android Studio and all Java dependencies.

You can follow the instructions on the React Native docs to set up your local environment: https://reactnative.dev/docs/environment-setup

To run the project locally:

  • Clone the repo
  • Install the dependencies with npm install
  • Run cd ios && pod install && cd .. to install all iOS dependencies
  • Run the dev server with npx react-native start
  • Build and Run the app with npx react-native run-ios for the iOS version or npx react-native run-android for the Android version

If you have problems with any of the instructions above, please refer to the React Native docs. This is a newly created app and the latest instructions there should help you get your environment up and running without issues.

Screenshots

MoviesList Favorites MovieDetail-1
MovieDetail-2 Settings

About

Movies-App with TMDB in React Native ❤️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published