Skip to content

Commit ae473e9

Browse files
committed
fix: 🐛 more details for foundation-04
Closes: #244
1 parent 176cb52 commit ae473e9

File tree

1 file changed

+10
-0
lines changed
  • challenges/foundation

1 file changed

+10
-0
lines changed

challenges/foundation/04.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ We will use `JSON.stringify()` here to render a `string` version of the data.
6464

6565
- [ ] Create a new file `./src/screens/StarshipFeedScreen.tsx` and paste the content [from this StarshipFeedScreen](https://raw.githubusercontent.com/flexbox/react-native-workshop/main/hackathon/spacecraft/src/screens/exercice/StarshipFeedScreen.tsx)
6666
- [ ] Uncomment the lines and to display the array `results` from `data`
67+
- [ ] Update the `App.tsx` to display the `StarshipFeedScreen`
68+
69+
```typescript
70+
function App() {
71+
return (
72+
// <LoginScreen />
73+
<TermsScreen />
74+
);
75+
};
76+
```
6777

6878
Here is a preview of what you should have:
6979

0 commit comments

Comments
 (0)