React native UI templates inspired from Best-Flutter-UI-Templates
If this is your first React-Native project, Here are some resources to get you started:
This project is built on React-Native CLI so make sure you've set up development environment.
# clone the project and cd into it
git clone https://github.com/Aashu-Dubey/React-Native-UI-Templates.git
cd ./React-Native-UI-Templates
# install dependencies
yarn install
# iOS only
cd ios && pod install && cd ..
# Run iOS
npx react-native run-ios
# Run Android
npx react-native run-android
See how to setup and run for Android & iOS here.