Skip to content

ImTheMars/project

Repository files navigation

Cadillac's Goods Driver App

Environment Variables Setup

For the app to work properly, you need to set up your environment variables. Create a .env file in the root directory with the following variables:

EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key
EXPO_PUBLIC_MAPBOX_ACCESS_TOKEN=your_mapbox_access_token
EXPO_PUBLIC_CONVEX_URL=your_convex_url

Replace your_clerk_publishable_key, your_mapbox_access_token, and your_convex_url with your actual API keys.

Development

  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm run dev
  1. If you encounter Reanimated initialization issues, try clearing the cache:
pnpm expo start --clear

Troubleshooting

If you're seeing errors about React Native Reanimated not being initialized, try these steps:

  1. Make sure you have the Reanimated plugin in your babel.config.js
  2. Kill any running Metro bundler instances
  3. Clear the cache with pnpm expo start --clear
  4. Restart the development server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published