Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/ExpoMessaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ yarn install
cd package && yarn install
```

3. Move to the `expo-package` directory and install the dependencies:
3. Move to the `package/expo-package` directory and install the dependencies:

```bash
cd expo-package && yarn install
Expand Down Expand Up @@ -68,4 +68,4 @@ hermesEnabled=true
# disables the check for multiple instances for gesture handler
# this is needed for react-native-gesture-handler to be both a devDep of core and be a dep on the expo sample app
disableMultipleInstancesCheck=true
```
```
Loading