Skip to content

Base template to start an app with expo/react native.

License

Notifications You must be signed in to change notification settings

guval-gh/expo-starter

Repository files navigation

Expo/React Native Starter

Simple starter for Expo/React Native projects with minimal configuration to start your project.

Prerequisites

  • 🚧 Work in progress...

Features

  • 🚧 Work in progress...

Getting Started

  1. Get the project:

Don't forget to replace your-project-name with your actual project name.

git clone [email protected]:guval-gh/expo-starter.git your-project-name
cd your-project-name
  1. Update remote branch:
git remote set-url origin [email protected]:your-username/your-project-name.git

# To check if the config is ok
git remote -v
  1. Change the project name in package.json and app.json:
  • package.json
{
  "name": "your-project-name"
}
  • app.json
{
  "expo": {
    "name": "Your Project Name",
    "slug": "your-project-name",
    // ...
    "scheme": "your-project-name"
    // ...
  }
}
  1. Install dependencies:
yarn install
  1. Generate the native code:
npx expo prebuild --clean
  1. Run projet:
yarn ios
yarn android

About

Base template to start an app with expo/react native.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published