Skip to content

transportam/app

Repository files navigation

Starter Template with React Navigation

This is a minimal starter template for React Native apps using Expo and React Navigation.

Launch your own

Launch with Expo

It includes the following:

Getting Started

  1. Create a new project using this template:

    npx create-expo-app --example with-react-navigation
    yarn create expo-app --example with-react-navigation
    pnpm create expo-app --example with-react-navigation
    bun create expo-app --example with-react-navigation

Running the app

  • Install the dependencies:

    npx expo install
  • Start the development server:

    npx expo start
  • Build and run iOS and Android development builds:

    npm run ios
    # or
    npm run android
  • In the terminal running the development server, press i to open the iOS simulator, a to open the Android device or emulator, or w to open the web browser.

Resources


Demo assets are from lucide.dev