diff --git a/challenges/data/02.md b/challenges/data/02.md index 5a4ff2d8..8227a3eb 100644 --- a/challenges/data/02.md +++ b/challenges/data/02.md @@ -152,4 +152,5 @@ If you want to display some images on your `Card`, you can use this placeholder ### Debugging - [ ] Add [`expo-dev-tools`](https://docs.expo.dev/debugging/devtools-plugins/#expo-dev-tools-plugins) to your project +![expo-dev-tools example](https://raw.githubusercontent.com/flexbox/react-native-workshop/main/challenges/data/expo-dev-tools.gif) - [ ] Add [`@dev-plugins/react-query`](https://docs.expo.dev/debugging/devtools-plugins/#react-query) diff --git a/challenges/data/expo-dev-tools.gif b/challenges/data/expo-dev-tools.gif new file mode 100644 index 00000000..2e24f790 Binary files /dev/null and b/challenges/data/expo-dev-tools.gif differ diff --git a/hackathon/spacecraft/package.json b/hackathon/spacecraft/package.json index 871cfa40..11606724 100644 --- a/hackathon/spacecraft/package.json +++ b/hackathon/spacecraft/package.json @@ -28,7 +28,7 @@ ] }, "dependencies": { - "@dev-plugins/react-navigation": "^0.0.6", + "@dev-plugins/react-navigation": "^0.1.0", "@expo/metro-runtime": "~4.0.1", "@expo/vector-icons": "^14.0.0", "@react-native-async-storage/async-storage": "1.23.1",