/MovieSearch

A react native mobile app.

Primary LanguageJavaScript

REACT NATIVE APP FOR MovieSearch Application

Signunp into https://www.omdbapi.com/ and generate the token.

In .env file fill the API_LINK and API_KEY generated from the above step

yarn install

Start Metro Bundler

yarn start

Running in Device or Simulator

npx react-native run-ios

The app connects to OMDB API for searching movie information.