Skip to content

Commit 00d3e5f

Browse files
authored
Update README.md to make expo-package path clear (GetStream#3123)
The readme was a bit confusing - it should mention that expo-package is under the package directory. I looked for it at the root and didn't see it.
1 parent 69bbbe6 commit 00d3e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ExpoMessaging/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ yarn install
2626
cd package && yarn install
2727
```
2828

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

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

0 commit comments

Comments
 (0)