Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obytes/react-native-template-obytes
📱 A template for your next React Native project: Expo, PNPM, TypeScript, TailwindCSS, Husky, EAS, GitHub Actions, Env Vars, expo-router, react-query, react-hook-form.
https://github.com/obytes/react-native-template-obytes
android boilerplate expo expo-router expo-starter react react-native react-native-boilerplate react-native-template react-navigation react-query starter-template tailwindcss template typescript
Last synced: 21 days ago
JSON representation
📱 A template for your next React Native project: Expo, PNPM, TypeScript, TailwindCSS, Husky, EAS, GitHub Actions, Env Vars, expo-router, react-query, react-hook-form.
- Host: GitHub
- URL: https://github.com/obytes/react-native-template-obytes
- Owner: obytes
- License: mit
- Created: 2020-09-10T13:34:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T12:10:01.000Z (about 2 months ago)
- Last Synced: 2024-09-17T18:27:35.313Z (about 2 months ago)
- Topics: android, boilerplate, expo, expo-router, expo-starter, react, react-native, react-native-boilerplate, react-native-template, react-navigation, react-query, starter-template, tailwindcss, template, typescript
- Language: TypeScript
- Homepage: https://starter.obytes.com
- Size: 27.6 MB
- Stars: 2,129
- Watchers: 43
- Forks: 315
- Open Issues: 3
-
Metadata Files:
- Readme: README-project.md
- License: LICENSE
Awesome Lists containing this project
- awesome - obytes/react-native-template-obytes - 📱 A template for your next React Native project: Expo, PNPM, TypeScript, TailwindCSS, Husky, EAS, GitHub Actions, Env Vars, expo-router, react-query, react-hook-form. (TypeScript)
README
Mobile App> This Project is based on [Obytes starter](https://starter.obytes.com)
## Requirements
- [React Native dev environment ](https://reactnative.dev/docs/environment-setup)
- [Node.js LTS release](https://nodejs.org/en/)
- [Git](https://git-scm.com/)
- [Watchman](https://facebook.github.io/watchman/docs/install#buildinstall), required only for macOS or Linux users
- [Pnpm](https://pnpm.io/installation)
- [VS Code Editor](https://code.visualstudio.com/download) ⚠️ Make sure to install all recommended extension from `.vscode/extensions.json`## 👋 Quick start
Clone the repo to your machine and install deps :
```sh
git clone https://github.com/user/repo-namecd ./repo-name
pnpm install
```To run the app on ios
```sh
pnpm ios
```To run the app on Android
```sh
pnpm android
```## ✍️ Documentation
- [Rules and Conventions](https://starter.obytes.com/getting-started/rules-and-conventions/)
- [Project structure](https://starter.obytes.com/getting-started/project-structure)
- [Environment vars and config](https://starter.obytes.com/getting-started/environment-vars-config)
- [UI and Theming](https://starter.obytes.com/ui-and-theme/ui-theming)
- [Components](https://starter.obytes.com/ui-and-theme/components)
- [Forms](https://starter.obytes.com/ui-and-theme/Forms)
- [Data fetching](https://starter.obytes.com/guides/data-fetching)
- [Contribute to starter](https://starter.obytes.com/how-to-contribute/)