Skip to content

React Native Material starter template with TanStack React Query, React Native Paper and TypeScript. Production ready.

License

Notifications You must be signed in to change notification settings

saheeranas/react-native-wired-boilerplate

Repository files navigation

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.75.4
  • TypeScript
  • React Navigation v6
  • 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