Skip to content

Commit 2a33f24

Browse files
committed
update README
1 parent 10aa289 commit 2a33f24

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

hackathon/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Native Hackathon
22

3-
To ship your first app you should have completed all the previous exercices: **foundations**, **data management**, **ecosystem**, **navigation** and **releases**.
3+
To ship your first app you should have completed all the previous challenges: **foundations**, **data management**, **ecosystem**, **navigation** and **releases**.
44

55
## Ideas
66

@@ -23,7 +23,7 @@ npx react-native init awesome-app
2323
npx ignite-cli new awesome-app
2424

2525
# Expo-powered
26-
expo init
26+
npx create-expo-app
2727
npx create-react-native-app
2828
npx ignite-cli new awesome-app --expo
2929

hackathon/jimmy-punchline/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ yarn
1616
yarn ios
1717
```
1818

19-
![Preview app mobile Jimmy Punchline](./assets/jimmy-punchline-app.gif)
19+
<img src="https://github.com/flexbox/react-native-bootcamp/raw/main/hackathon/jimmy-punchline/assets/jimmy-punchline-app.gif" width="50%" height="50%" alt="Preview app mobile Jimmy Punchline">
2020

2121
## Demo
2222

hackathon/revolut-kids-clone/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ web-build/
1212

1313
# macOS
1414
.DS_Store
15+
16+
*.mp4
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Revolut Kids Clone
2+
3+
> A React Native clone from the Revolut Kids app
4+
5+
## Tools
6+
7+
- [`nativewind`](https://github.com/marklawlor/nativewind)
8+
9+
## Getting Started
10+
11+
```console
12+
yarn
13+
yarn ios
14+
```

0 commit comments

Comments
 (0)