IvanovRoman / react-native-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Boilerplate

A React Native Starter Kit with React Navigation + Redux + TypeScript + Formik

Get Started

1. System Requirements

2. Installation

On the command prompt run the following commands

$ git clone https://github.com/shivrajkumar/ReactNative-Redux-TypeScript-Boilerplate.git

$ cd ReactNative-Redux-TypeScript-Boilerplate/

$ npm install
  or
  yarn

Run on iOS

  • Run react-native run-ios in your terminal

Run on Android

  • Run react-native run-android in your terminal

Run on Android Emulator

  • Run ./emulator -list-avds in your terminal. You view all emulators
  • Run ./emulator -avd Pixel_2_API_22 in your terminal. You run emulator

About


Languages

Language:TypeScript 76.0%Language:Objective-C 11.5%Language:Starlark 5.7%Language:Java 4.5%Language:JavaScript 2.1%Language:Shell 0.2%