Skip to content

React Native App Boilerplate using React Query, Zustand (un-opinionated small, fast and scalable solution)

License

Notifications You must be signed in to change notification settings

amornpic/react-native-query-boilerplate

 
 

Repository files navigation

🚀 React Native Query Boilerplate with Zustand

React Native React Navigation V6

Built using

Zusatnd Logo

Zusatnd Logo

React navigation Logo

Redux Logo

Features

How this looks

Prerequisites

Getting Started

  1. Clone this repo, git clone https://github.com/victorkvarghese/react-native-zustand-boilerplate.git <your project name>

  2. Go to project's root directory, cd <your project name>

  3. Remove .git folder, rm -rf .git

  4. Use React Native Rename to update project name $ npx react-native-rename <newName>

  5. Run yarn to install dependencies

  6. Start the packager with yarn start

  7. Connect a mobile device to your development machine

  8. Run the test application:

  • On Android:
    • Run react-native run-android or Use Android Studio (Recommended)
  • On iOS:
    • Open ios/YourReactProject.xcworkspace in Xcode
    • Hit Run after selecting the desired device
  1. Enjoy!!!

Contributing

PRs are welcome

About

React Native App Boilerplate using React Query, Zustand (un-opinionated small, fast and scalable solution)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.4%
  • Java 22.7%
  • Objective-C 15.8%
  • JavaScript 4.2%
  • Ruby 2.8%
  • Starlark 2.1%