VijayKumarReddyTalakola / Native-Movie-App

A simple movie app built using react native

Home Page:https://drive.google.com/drive/folders/1uOS0FyGaagsluNEOGnWoXm_LjwKEf7Ao?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native-Movie-App

Image

Get Started

install dev dependencies

npm install

Note : install tailwindcss for 3.3.2 version

Then

go to https://www.themoviedb.org, create an account and get the api key, then use that api key from .env file

Then

Run The app

npm start

Runs your app in development mode.

Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

If you get an error as ViewPropTypes will be removed from React Native . Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types

Visit https://stackoverflow.com/questions/71702392/viewproptypes-will-be-removed-from-react-native-migrate-to-viewproptypes-export and follow the steps

npm run ios

Like npm start / yarn start, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

npm run android

Like npm start / yarn start, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup).


💙 If you like this project, give it a ⭐ and share it with friends!