Skip to content

lawson-ng/React-Native-Kit

Repository files navigation

React Native Kit 2021

🚀 Getting Started

# Install dependencies
yarn install && ( cd ios && pod install && cd .. )

iOS

# Start in the iOS Simulator
yarn ios

Android

# Start in the Android Simulator
yarn android

📖 Docs

Tree

.
├── App.js
├── android
├── ios
├── _tests__
│   └── App-test.js
├── app.json
├── babel.config.js
├── index.js
├── metro.config.js
├── package.json
└── src
    ├── api
    ├── assets
    ├── components
    ├── navigations
    ├── redux
    ├── screens
    └── utilities

#Tool-tip