/rn-simple-themoviedb

Implementation API of https://themoviedb.org into Mobile Appilcation using React Native

Primary LanguageTypeScript

Table of Contents

Prerequisites

If you haven't used React Native before, you need to setting up the development environment based on documentation. Select "React Native CLI Quickstart" Section.

Tools to download:

  • Android Studio (for Android development)
  • Xcode (for iOS development)

First time setup

# Install dependencies
yarn

# Linking Native Code on iOS
npx pod-install

Refer to the React Native docs to setup platform-specific development environment

Running the app

Android

Assuming an Android Virtual Device (AVD) is already running, run:

$ npx react-native run-android

iOS

$ npx react-native run-ios

Build the app

Android

$ cd android && ./gradlew assembleRelease

ScreenShots

TV Show

Android iOS

TV Show Detail

Android iOS