Skip to content

Commit 45bb4de

Browse files
committed
add build locally
1 parent 2fd3aa1 commit 45bb4de

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

challenges/release/03.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
- [ ] Update your `eas.json` file to [create and install an EAS Build](https://docs.expo.dev/development/create-development-builds/#create-and-install-eas-build).
1414

15-
### Android
15+
### Generate a build for Android
1616

1717
- [ ] build a `development` binary on the expo platform for `android`.
1818

@@ -30,7 +30,7 @@ eas build --profile development --platform android
3030

3131
- [ ] Download the build artifact directly on your device from [expo.dev](https://expo.dev) website.
3232

33-
### iOS
33+
### Generate a build for iOS
3434

3535
- [ ] build a `development` binary on the expo platform for `iOS`
3636

@@ -47,3 +47,15 @@ You can check this video for beta testing your React Native application with Exp
4747
## 👽 Bonus
4848

4949
- [ ] add a strategy to simplifying [React Native App Updates with Expo EAS and In-App Updates](https://imighty.hashnode.dev/simplifying-react-native-app-updates-with-expo-eas-and-in-app-updates).
50+
51+
### Generate a build locally
52+
53+
If you are running out of your free build minutes, you can generate a build locally.
54+
55+
```console
56+
eas build --profile production --platform ios --local
57+
eas build --profile production --platform android --local
58+
```
59+
60+
...and then download Transporter on your the mac App Store to upload your app on TestFlight.
61+
For android, upload the `.aab` file on the Google Play Console.

0 commit comments

Comments
 (0)