Skip to content

Commit 136e6bb

Browse files
authored
Update README.md (#442)
Add Expo installation steps
1 parent 64005cf commit 136e6bb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,18 @@ npx pod-install
5151
```
5252
⚠️ For Android, you will have to add some extra permissions to your `AndroidManifest.xml`.
5353

54+
### Expo Installation
55+
5456
🚀 `@segment/analytics-react-native 2.0` is compatible with Expo's [Custom Dev Client](https://docs.expo.dev/clients/getting-started/) and [EAS builds](https://docs.expo.dev/build/introduction/) without any additional configuration. Destination Plugins that require native modules may require custom [Expo Config Plugins](https://docs.expo.dev/guides/config-plugins/).
5557

58+
Follow the installation steps listed above for standard React Native builds
59+
60+
Install [`@segment/sovran-react-native`](https://github.com/segmentio/sovran-react-native)
61+
62+
```sh
63+
yarn add @segment/sovran-react-native
64+
```
65+
5666
### Permissions
5767

5868
<details>

0 commit comments

Comments
 (0)