Skip to content

dtyrrell/movieapp

This branch is 11 commits behind junedomingo/movieapp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
June Domingo
Mar 22, 2017
e7615e0 · Mar 22, 2017
Oct 12, 2016
Mar 22, 2017
Mar 22, 2017
Mar 22, 2017
Oct 14, 2016
Oct 14, 2016
Oct 12, 2016
Oct 12, 2016
Oct 12, 2016
Oct 16, 2016
Mar 22, 2017
Mar 22, 2017
Mar 22, 2017
Oct 12, 2016
Nov 16, 2016
Dec 5, 2016
Mar 22, 2017
Oct 22, 2016
Oct 14, 2016
Mar 22, 2017
Mar 22, 2017

Repository files navigation

movieapp

Discover Movies and TV shows

movieapp-screenshots_big_iphone_

Download APK file

What's included

  • React Native - Build Native Mobile Apps using JavaScript and React
  • Redux - Predictable state container for JavaScript apps
  • Wix/react-native-navigation - A complete native navigation solution for React Native with optional redux support - nav bars, tabs, drawer, modals
  • Redux Thunk - Thunk middleware for Redux
  • ESLint - The pluggable linting utility for JavaScript and JSX

Requirements

Installation

Clone this repo

$ git clone git@github.com:JuneDomingo/movieapp.git
$ cd movieapp
$ yarn install or npm install

Create .env file in your root directory and add the following

TMDB_URL=https://api.themoviedb.org/3
TMDB_IMG_URL=https://image.tmdb.org/t/p
TMDB_API_KEY=your_tmdb_api_key_here

YOUTUBE_URL=https://www.googleapis.com/youtube/v3/videos
YOUTUBE_API_KEY=your_youtube_api_key_here

Get api key - TMDB - Youtube

How to start

$ react-native run-android
$ react-native run-ios

Exponent/ex-navigation version

Brent Vatne did awesome work to make this run on exponent, checkout his repo

How to rename react native app?

react-native-rename - Rename react-native app with just one command

About

Discover Movies and TV shows - React Native

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.3%
  • Objective-C 7.6%
  • Java 3.5%
  • Python 2.6%