Working with the codebase
Project Structure

Project Structure

NativeExpress follows a standard project structure for React Native projects, which is designed to be familiar to any react & web developer.

        • env.ts - Environment Variables Definition
        • one-signal.ts - OneSignal Related Files
        • supabase.ts - Supabase Related Files
      • .env.example - Environment Variables Example
      • app.json - Expo App Configuration
      • babel.config.js - Babel Configuration
      • eas.json - EAS Build Configuration
      • gluestack-ui.config.json - Gluestack UI Configuration
      • metro.config.js - Metro Bundler Configuration
      • tailwind.config.js - Tailwind CSS Configuration
      • ...