Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 378 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 378 Bytes

React Native Starter Kit

React Native Starter Kit with Redux Toolkit, Styled Components, React Navigation and runnable on Web

Usage

Clone repository

git clone https://github.com/dinhquan/react-native-starter-kit.git

Install dependencies

cd react-native-starter-kit
yarn
cd ios && pod install

Run app

yarn web
yarn ios
yarn android