Skip to content

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

License

Notifications You must be signed in to change notification settings

Youmenomi/react-native-unimodules-ts-starter

Repository files navigation

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