Skip to content

React Native TanStack Query starter template with 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.74.1
  • TypeScript
  • React Navigation v6
  • TanStack/React Query
  • React Native Paper v5.11.4
  • 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