8000 GitHub - dimacuhamarc/rn-exporouter-base
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dimacuhamarc/rn-exporouter-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Expo Router Base

A template for building React Native applications using Expo and the Expo Router. This template is designed to provide a solid foundation for your mobile app development, with a focus on best practices and modern development techniques.

Features

  • Cross-platform support (iOS, Android, Web)
  • Dark/Light mode theming
  • Secure data storage using Supabase

Tech Stack

Getting Started

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/dimacuhamarc/rn-exporouter-base.git
cd cliniqo-app
  1. Install dependencies:
yarn install
  1. Start the development server:
yarn start
  1. Run on specific platforms:
# iOS
yarn run ios

# Android
yarn run android

# Web
yarn run web

Project Structure (To be Redefined)

cliniqo-app/
├── app/                    # Application screens and navigation
│   ├── _layout.tsx         # Main layout with navigation setup
│   ├── index.tsx           # Home screen
│   └── onboarding/         # Onboarding screens
├── assets/                 # Static assets
│   ├── fonts/              # Custom fonts
│   └── images/             # Images and icons
├── components/             # Reusable React components
├── constants/              # App-wide constants and theme settings
├── app.json                # Expo configuration
├── package.json            # Project dependencies
└── tsconfig.json           # TypeScript configuration

Testing

Run tests with:

yarn test

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Project Link: https://github.com/dimacuhamarc/rn-exporouter-base

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0