Skip to content

akorman128/tinyplanet-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

309 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Planet

Introduction

This repository serves as a comprehensive starter project for developing React Native and Expo applications with Supabase as the backend.

Get Started

  1. Configure Supabase

    • If you haven't already, create an new account on Supabase.
    • Create a new project and obtain your Supabase URL and API key.

    Note: By default Supabase Auth requires email verification before a session is created for the users. To send users a one-time code, modify the confirm signup template like so:

    <h2>Confirm your signup</h2>
    
    <p>{{ .Token }}</p>
  2. Clone the repository to your local machine

git clone https://github.com/FlemingVincent/tinyplanet.git
  1. Navigate to the project directory
cd tinyplanet
  1. Install dependencies
npm install
  1. Update environment variables

    • Update the EXPO_PUBLIC_SUPABASE_URL and EXPO_PUBLIC_SUPABASE_KEY variables in the .env file with your Supabase URL and key respectively.
  2. Start the Expo development server

npx expo start --clear --reset-cache

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 file.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors