A React Native, Material 3 starter template.
- React Native Paper UI Library
- Navigation
- AuthProvider wired
- Services configured
- React Native v0.75.4
- TypeScript
- React Navigation v6
- TanStack/React Query
- React Native Paper v5.12
- Axios
- Formik
- React Native Vector Icons
Clone this repo
git clone https://github.com/saheeranas/react-native-wired-boilerplate.git
Open project folder and install dependencies
cd react-native-wired-boilerplate
yarn
or
npm i
Run the project
yarn android
or
npm run android
or
yarn ios
or
npm run ios
This project is licensed under the MIT License - see the LICENSE.md file for details