Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 1.06 KB

File metadata and controls

68 lines (50 loc) · 1.06 KB

React Native boilerplate with TypeScript, React Native Paper and TanStack/React Query

A React Native, Material 3 starter template.

Features

  • React Native Paper UI Library
  • Navigation
  • AuthProvider wired
  • Services configured

Dependencies

  • React Native v0.82.0
  • TypeScript
  • React Navigation v7
  • TanStack/React Query
  • React Native Paper v5.12
  • Axios
  • Formik
  • React Native Vector Icons

Installation

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details