Skip to content

Commit 176cb52

Browse files
committed
update 01 foundation with react-native-paper v5+
1 parent 4b47b1a commit 176cb52

File tree

1 file changed

+2
-2
lines changed
  • challenges/foundation

1 file changed

+2
-2
lines changed

challenges/foundation/01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Spacecraft is a mobile app that lets users buy starships to explore the Galaxy.
1818
## 👾 Before we start the exercise
1919

2020
- You should have an `https://expo.dev` account with **Expo Go** on your phone.
21-
- `react-native-paper` —a UI library— is already included by default in Snack.
2221

2322
## 👩‍🚀 Exercise 1
2423

@@ -29,10 +28,11 @@ When you change the code, the app will reload automatically on your phone. Your
2928

3029
<img src="https://raw.githubusercontent.com/flexbox/react-native-workshop/main/challenges/foundation/login.png" alt="Login Screen Preview" width="50%" height="50%" />
3130

31+
- `react-native-paper` —a UI library— is already included by default in Snack, you can see it on `package.json`. Double check you are using the version `5.12.5`+ .
3232
- [ ] Use the `Text` component with `variant` [from `react-native-paper`](https://callstack.github.io/react-native-paper/docs/components/Text/).
3333
- [ ] Use the `TextInput` component [from `react-native-paper`](https://callstack.github.io/react-native-paper/docs/components/TextInput/).
3434
- [ ] Use the `Button` component [from `react-native-paper`](https://callstack.github.io/react-native-paper/docs/components/Button/).
3535

3636
## 👽 Bonus
3737

38-
- [ ] Go on [snackforthat website](https://www.snackforthat.com/) to try some online example on your phone
38+
- [ ] Go on [snackforthat website](https://www.snackforthat.com/) to try some online example on your phone.

0 commit comments

Comments
 (0)