You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,18 @@ npx pod-install
51
51
```
52
52
⚠️ For Android, you will have to add some extra permissions to your `AndroidManifest.xml`.
53
53
54
+
### Expo Installation
55
+
54
56
🚀 `@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/).
55
57
58
+
Follow the installation steps listed above for standard React Native builds
0 commit comments