This boilerplate created by react-native-template-typescript intergrates react-native-unimodules.
- View intergration details from git history.
- Use create-react-native-unimodules-app cli to create your own project.
# 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