Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 528 Bytes

react-native-managed-template

A React Native Expo starter template project with built-in navigation with expo-router & state management with redux toolkit.

What's included?

  • expo-router
  • axios with interceptors
  • @reduxjs/toolkit {and peer dependencies}
  • nativewind for styling
  • utility functions for expo-secure-store

Why should I use this template?

  • Splash Screen & Authentication flow
  • Pre-setup navigation and redux toolkit
  • Eslint & Prettier preconfigured to work together
  • Actively maintained