/Maps-clone

Primary LanguageTypeScript

React Native WhatsApp Clone with Supabase

Screenshots

Installation

First, ensure you have Node.js and npm installed on your machine. Then, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Motta239/Maps-clone.git
    cd Maps-clone
    
  2. Install the dependencies:

    npm install
    
  3. Create an .env file in the root directory of the project and add your Supabase keys with Expo prefix:

    EXPO_SUPABASE_URL=your-supabase-url
    EXPO_SUPABASE_ANON_KEY=your-supabase-anon-key
    EXPO_SUPABASE_SERVICE_ROLE_KEY=your-supabase-service-role-key
    
  4. To run the app on an iOS simulator:

     npx expo run:ios