π±
π±
π±
π±
Mobile Apps
Searchβ¦
π±
π±
π±
π±
Mobile Apps
Mobile app documentation.
π¦
API
Make app
πΊ
Video
β
Setup the project
πΉ
Run project locally
π
Deploy app
Changelog
π
Apps changelog
Powered By
GitBook
πΉ
Run project locally
Install
expo
β
To install Expo, you can follow their offical docs
here
.
In general, if you have node installed, just run this.
1
npm install --global expo-cli
Copied!
Install project node dependencies
Navigate to your project and run
1
yarn install
Copied!
This will install all the needed node dependencies
Run the project locally
Execute
1
expo start
Copied!
This will start local expo server, and you are ready to test the app on simulator, or on your device via Expo Go app (
https://expo.dev/client
).
β
Make app - Previous
Setup the project
Next - Make app
Deploy app
Last modified
1mo ago
Copy link
Contents
Install expo
Install project node dependencies
Run the project locally