An overview of the ExpoShip JavaScript starter kit
Hi there 👋 - ready to build your mobile app? Let’s get into it!
Clone the repository
We’ll start by getting your project up and running locally:
Environment variables
Rename .env.example
to .env
Install dependencies and run
We’ll install all the required packages and run it locally:
Open simulator - your app should be up and running!
Customize app configuration
Open app.json
. It is where you configure your app. Each key is documented to know how and why it’s used.
After following these steps, the basic setup is done. You can now start activating other services (auth, payments, notifications, …)
Set up your development environment
Set up user authentication with Supabase
Set up push notifications with One Signal
Set up in-app purchases with Revenue Cat
An overview of the ExpoShip JavaScript starter kit
Hi there 👋 - ready to build your mobile app? Let’s get into it!
Clone the repository
We’ll start by getting your project up and running locally:
Environment variables
Rename .env.example
to .env
Install dependencies and run
We’ll install all the required packages and run it locally:
Open simulator - your app should be up and running!
Customize app configuration
Open app.json
. It is where you configure your app. Each key is documented to know how and why it’s used.
After following these steps, the basic setup is done. You can now start activating other services (auth, payments, notifications, …)
Set up your development environment
Set up user authentication with Supabase
Set up push notifications with One Signal
Set up in-app purchases with Revenue Cat