1. Expo Setup
Let’s get you started in 5 minutes.
Go to Home Folder in your computer. (or whatever you want)
Just make sure the folders are not nested inside each other.
Clone the AI Wrapper React Native Expo Repository.
First open your your-project-name
folder and open app.json
file and find these lines:
Find an app name for yourself. For example: Ship Mobile Fast
.
Then create a slug for your app. For example: ship-mobile-fast
.
Then create a bundle identifier for your app. For example: com.shipmobilefast.app
.
Scheme, Bundle Identifier and Package should be the same.
I am using shipmobilefast.com
as my domain. If you don’t have one, you can delete the associatedDomains
and data
sections.
Then replace the values with your own.
Okay. Now we need to create a Firebase project.
Firebase Setup
Create a Firebase project
Was this page helpful?