Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flemingvincent/expo-supabase-starter
A comprehensive starter project for developing React Native and Expo applications with Supabase as the backend.
https://github.com/flemingvincent/expo-supabase-starter
expo expo-router react-hook-form react-native shadcn-ui supabase tailwindcss typescript zod
Last synced: 2 days ago
JSON representation
A comprehensive starter project for developing React Native and Expo applications with Supabase as the backend.
- Host: GitHub
- URL: https://github.com/flemingvincent/expo-supabase-starter
- Owner: flemingvincent
- License: mit
- Created: 2023-06-20T16:56:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T20:53:51.000Z (about 2 months ago)
- Last Synced: 2025-01-13T01:01:31.518Z (9 days ago)
- Topics: expo, expo-router, react-hook-form, react-native, shadcn-ui, supabase, tailwindcss, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 2.95 MB
- Stars: 358
- Watchers: 3
- Forks: 57
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Expo Supabase Starter
![social-preview-dark](https://github.com/user-attachments/assets/bcee6db2-6dd0-435f-8255-3f4b36b4cfdc)
## Introduction
This repository serves as a comprehensive starter project for developing React Native and Expo applications with Supabase as the backend. It integrates various technologies such as Expo Router for navigation, Tailwind CSS for styling, React-Hook-Form for form handling, Zod for schema validation, and TypeScript for type safety. By leveraging these powerful tools, this starter template provides a robust foundation for building modern, scalable, and efficient mobile applications.
#### Disclaimer
This is not supposed to be a template, boilerplate or a framework. It is an opinionated guide that shows how to do some things in a certain way. You are not forced to do everything exactly as it is shown here, decide what works best for you and your team and stay consistent with your style.
## Table of Contents
- [💻 Application Overview](docs/application-overview.md)
- [⚙️ Project Configuration](docs/project-configuration.md)
- [🗄️ Project Structure](docs/project-structure.md)
- [🧱 Components And Styling](docs/components-and-styling.md)
- [🗃️ State Management](docs/state-management.md)## Contributing
Contributions to this starter project are highly encouraged and welcome! If you have any suggestions, bug reports, or feature requests, please feel free to create an issue or submit a pull request. Let's work together to enhance the developer experience and make it easier for everyone to build exceptional Expo applications with Supabase.
## License
This repository is licensed under the MIT License. You are granted the freedom to use, modify, and distribute the code for personal or commercial purposes. For more details, please refer to the [LICENSE](https://github.com/FlemingVincent/supabase-starter/blob/main/LICENSE) file.