Skip to content

Commit 59d095e

Browse files
committed
Update what you will learn sections
1 parent f25eaca commit 59d095e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

challenges/react-native-foundation/02.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44

55
- Use the `expo-cli`
66
- Install a library with `yarn`
7+
- Use VSCode to code from your computer
78

89
## 👾 Before we start the exercise
910

1011
- You should have VSCode on your laptop
1112
- You should have the [`expo-cli` installed](https://docs.expo.io/get-started/installation/)
1213
- Have a look at the [scrollview documentation](https://reactnative.dev/docs/scrollview)
1314

14-
## 👨‍🚀 Exercise 2 - Use VSCode to code from your computer
15+
## 👨‍🚀 Exercise 2
1516

1617
- [ ] On your terminal create a new application with
1718

challenges/react-native-foundation/03.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
## What you will learn
44

55
- Render list of data
6-
- Discover [React Native Core Components and APIs](https://reactnative.dev/docs/components-and-apis)
7-
- Using a [UI library `react-native-paper`](https://callstack.github.io/react-native-paper/)
6+
- Add a performant Scroll for long lists
87

98
## 👾 Before we start the exercise
109

1110
- You should know [what is a `cURL`](https://en.wikipedia.org/wiki/CURL)
1211
- Have a look at the [flatlist documentation](https://reactnative.dev/docs/flatlist)
1312

14-
## 👨‍🚀 Exercise 3 - Performant Scroll for long lists
13+
## 👨‍🚀 Exercise 3
1514

1615
- [ ] Rename `App.tsx` to `TermsScreen.tsx`.
1716
- [ ] Create a new file `App.tsx`

challenges/react-navigation/03.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## What you will learn
44

5-
- Custom navigation for your NavBar
5+
- Custom navigation design for your NavBar
66

77
## 👾 Before we start the exercise
88

99
- [ ] Have a look on how implement [custom app bar from `react-native-paper`](https://callstack.github.io/react-native-paper/integrate-app-bar-with-react-navigation.html#adding-appbar)
1010

11-
## 👨‍🚀 Exercise 3 Styling
11+
## 👨‍🚀 Exercise 3
1212

1313
- [ ] Customize Stack's header by passing custom component `CustomNavigationBar`
1414
- [ ] Implement `CustomNavigationBar` using `AppBar` component

0 commit comments

Comments
 (0)