/react-native-unimodules-ts-starter

A react native typescript project intergrates react-native-unimodules.

Primary LanguageObjective-CMIT LicenseMIT

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