Its a template for react-native projects using expo SDK 49 and react navigation you need to make dev build to run the application
-
Multiple Language Support
-
RTL & Dark mode Support from withing View and Text check them out
-
zustand
-
react bottom sheet
-
react query (soon)
-
Eslint and prettier formatting same as shopify
npm run prettier
npm run lint
- Template Generation using Plop Currently can generate components check plopfile.js
npm run generate
These instructions will get you a copy of the project up and running on your local machine for development.
What things you need to install the software and how to install them.
this is my current setup just incase it didn't work on your local machine.
pnpm >= 8
node >= v18.16.0 always prefer LTS
A step by step series of examples that tell you how to get a development env running.
npm i
npm run start
-
Zod for type validation and it's really nice with react-hook-form