AI Wrapper
4. Build your app
Build your app
1
In the previous step, we created our AI Proxy backend.
Now we can create a development build on Expo.
2
There are two ways to build the app.
- Using the prebuild command
- Using the EAS Build
I am going to show you both ways but I am going to use the prebuild command.
Because the fastest way to build the app is using the prebuild command.
But eventually, you will need to use the EAS Build to build the app for production.
3
First, open terminal and run the following command:
1
2
Replace {platform}
with ios
or android
.
4
After the build is finished, you can run the app on your device.
5
If you want to run the app on your device, you can use the following command:
Replace {platform}
with ios
or android
.
Pick a device from the list.
Was this page helpful?