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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,17 @@ Mixpanel's React Native SDK is a wrapper around Mixpanel’s native iOS and Andr
26
26
27
27
<aname="installation"></a>
28
28
## Installation
29
-
### Prerequisite
29
+
### Prerequisites
30
30
- React Native v0.6+
31
31
-[Setup development environment for React Native](https://reactnative.dev/docs/environment-setup)
32
32
### Steps
33
33
1. Under your app's root directory, install Mixpanel React Native SDK
34
34
```npm install mixpanel-react-native```
35
35
2. Under your application's ios folder, run
36
36
```pod install```
37
-
At this point, you are ready to use Mixpanel React Native SDK.
38
-
Note: If you experience compile issues in iOS under Xcode 12.5+ and iOS 14.5+, please refer to this **[workaround](https://github.com/mixpanel/mixpanel-react-native/issues/43#issuecomment-829599732)**.
37
+
Please note: You don't need to update your Podfile to add Mixpanel manually.
38
+
3. For Xcode 12.5+, there is a known compile issue, please refer to this **[workaround](https://github.com/mixpanel/mixpanel-react-native/issues/43#issuecomment-829599732)**.
0 commit comments