Skip to content

Commit e8fa035

Browse files
committed
update README
1 parent 5af0f82 commit e8fa035

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,17 @@ Mixpanel's React Native SDK is a wrapper around Mixpanel’s native iOS and Andr
2626

2727
<a name="installation"></a>
2828
## Installation
29-
### Prerequisite
29+
### Prerequisites
3030
- React Native v0.6+
3131
- [Setup development environment for React Native](https://reactnative.dev/docs/environment-setup)
3232
### Steps
3333
1. Under your app's root directory, install Mixpanel React Native SDK
3434
```npm install mixpanel-react-native```
3535
2. Under your application's ios folder, run
3636
```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)**.
39+
3940

4041
## Integration
4142
### Initialization

0 commit comments

Comments
 (0)