Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 940 Bytes

File metadata and controls

25 lines (19 loc) · 940 Bytes

react-native-unimodules-ts-starter Build Status

This boilerplate created by react-native-template-typescript intergrates react-native-unimodules.

Quick Start

# Clone the repo
git clone https://github.com/Youmenomi/react-native-unimodules-ts-starter.git

cd react-native-unimodules-ts-starter
# Install dependencies
npm install

cd ios
# Install ios dependencies
pod install

cd ..
# Run the app
react-native run-ios
react-native run-android