Skip to content

Commit 7572a12

Browse files
committed
update hackethon
1 parent fd1679d commit 7572a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackathon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ Now that you have a plan, it's time to start coding. You should have a basic und
5757
```console
5858
# Vanilla React Native
5959
npx react-native init awesome-app
60-
npx ignite-cli new awesome-app
60+
npx create-react-native-app
6161

6262
# Expo-powered
6363
npx create-expo-app --template
64-
npx create-react-native-app
64+
npx create-expo-app --example
6565
npx ignite-cli new awesome-app --expo
6666

6767
# Scaffold React Native libraries

0 commit comments

Comments
 (0)