Skip to content

Commit 64243b6

Browse files
committed
add expo dev cient explaination
1 parent c4bf9c9 commit 64243b6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

challenges/release/01.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,26 @@ In addition, to release in production to the stores, you need to have an account
2424

2525
## 👨‍🚀 Exercise 1
2626

27-
### Setup Expo Go to use development builds
27+
### Setup Expo development builds
2828

29-
Expo Go is the fastest way to test your app on a real device, but the main limitation is that it comes with a lot of preset libraries and you can't change native code. This is why we are going to use EAS to build our app. But first, we need to setup Expo Go to use development builds.
29+
Expo Go is the fastest way to test your app on a real device, but the main limitation is that it comes with a lot of preset libraries and you can't change native code. This is why we are going to use EAS to build our app.
30+
31+
- [ ] Setup Expo Go to use development builds
3032

3133
```console
3234
npm i expo-dev-client
3335
```
3436

37+
Next time we will launch our project with `expo start`, we will see a new option to use the development client.
38+
39+
```console
40+
› Metro waiting on exp://127.0.0.1:8082
41+
› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
42+
43+
› Using Expo Go
44+
› Press s │ switch to development build
45+
```
46+
3547
### Setup EAS
3648

3749
To use EAS, you will need to install the `eas-cli` package globally. Go to your terminal and run the following command.

0 commit comments

Comments
 (0)