Skip to content

PhoebePan/AwesomeProject2-

Repository files navigation

YueLoa Chat App

How to Run App?

$ git clone [email protected]:PhoebePan/AwesomeProject2-.git
$ cd AwesomeProject2 
$ npm install  
$ react-native run-android

If you want to create a new App by yourself.
You can try the following step.

For Starter:

$ react-native init myApp
  • run app on your Android Simulator
$ react-native run-android
$ npm install --save react-navigation
$ npm install --save react-native-router-flux
  • Happy Coding with React Native!!! 🐳 🐳 🐳

!Attention If you have red screen with evaluating '(typeof Symbol === 'function' ? .... issue

$ npm install --save-dev babel-polyfill

and then import following in your App

import "babel-polyfill";

About

react native YL chat App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published