Skip to content

laercioth/playground-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground React Native

Backers on Open Collective Sponsors on Open Collective License MIT

This repo was created by the purpose that to make apps labs. Its trends, make some apps tests, improvements in react-native knowledge.

React Native apps with no build configuration.

Quick Overview

Make sure you have Node v6 or later installed. Xcode or Android Studio installation and configuration is required if you want to run these apps.

Clone this project and execute this command each root folders, for to install their dependencies:

$ npm install

After that, for run each app execute in root folder of each app:

For ios

$ react-native run-ios

For android

$ react-native run-android

Thanks for your time