hectoraristy / react-native-movie

Basic architecture for react native projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-movie

Build Status

Basic architecture for react native projects.

alt text

Setup

Inside the movie folder run the following:

yarn install

Start react native cli:

yarn start

In other terminal with same path, depending in which platform run the following:

For IOS: yarn run ios

For Android: yarn run android

Contribution

Feel free to create any issue :)

About

Basic architecture for react native projects.

License:MIT License


Languages

Language:JavaScript 64.4%Language:Objective-C 22.3%Language:Starlark 9.6%Language:Java 3.7%