We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bbbe6 commit 00d3e5fCopy full SHA for 00d3e5f
examples/ExpoMessaging/README.md
@@ -26,7 +26,7 @@ yarn install
26
cd package && yarn install
27
```
28
29
-3. Move to the `expo-package` directory and install the dependencies:
+3. Move to the `package/expo-package` directory and install the dependencies:
30
31
```bash
32
cd expo-package && yarn install
@@ -68,4 +68,4 @@ hermesEnabled=true
68
# disables the check for multiple instances for gesture handler
69
# this is needed for react-native-gesture-handler to be both a devDep of core and be a dep on the expo sample app
70
disableMultipleInstancesCheck=true
71
-```
+```
0 commit comments