Skip to content

Commit 5ca43fb

Browse files
committed
fix: πŸ› add with-env bonus section
βœ… Closes: #272
1 parent 21b9431 commit 5ca43fb

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

β€Žchallenges/release/02.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,19 @@ If you want to store secret key in your repository like `SENTRY_API_KEY`, you ca
4040
To create a new secret, run :
4141

4242
```console
43-
eas secret
43+
eas env
4444
```
4545

4646
```console
47-
eas secret:create // create a new secret
48-
eas secret:list // view any existing secrets for this project
47+
eas env:create // create a new secret
48+
eas env:list // view any existing secrets for this project
4949
```
5050

51-
- [ ] use `eas secret:create` and create a fake `SWAPI_KEY` because there is no API key for the Star Wars API.
51+
- [ ] use `eas env:create` and create a fake `SWAPI_KEY` because there is no API key for the Star Wars API.
5252

5353
In the next lesson, we are going to build your app and show you how to install it on your phone.
5454

5555
## πŸ‘½ Bonus
5656

57-
- [ ] Add a custom icon for your dev app
58-
59-
Use [App-icon-badge](https://github.com/obytes/app-icon-badge) and update your `app.config.js` to have a custom icon for your dev app.
57+
- [ ] Check [with-env config](https://github.com/betomoedano/with-environments/blob/main/app.config.ts) and update your `app.config` file.
58+
- [ ] Create new icons like [with-env icons](https://github.com/betomoedano/with-environments/tree/main/assets/images/icons) to have a custom icon for your dev app.

0 commit comments

Comments
Β (0)