chellongCoder / ReactNative-MyTemplate

React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Project Sample

Contain many package help you start project easily

Getting Started

  • Follow the official React Native setup, up to Testing your React Native Installation
  • Clone repo: https://github.com/chellongCoder/ReactNative-MyTemplate.git
  • From the ReactNative-MyTemplate directory run npm install, then react-native run-ios
  • Open the project in your IDE and dive in!

Features

Created By

If you like this, follow @ChelLong on github.

Install

cd ReactNative-MyTemplate:

npm install 

or using yarn:

yarn install

run-ios

react-native run-ios

run-android

react-native run-android

note

when you run android , you must to config sdk home in android folder. create local.properties in android folder and add the line sdk.dir=/Users/chellong/Library/Android/sdk

About

React Native


Languages

Language:TypeScript 74.7%Language:Objective-C 12.4%Language:Python 6.6%Language:Java 4.5%Language:JavaScript 1.9%