react-native-userleap 2.14.0 → 2.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,3 @@ Official React Native module for UserLeap.
5
5
  ### Documentation
6
6
  Refer to the [latest documentation](https://docs.userleap.com/installation/react-native-module) for installation, setup, and more resources.
7
7
 
8
- ### iOS
9
- If you want to test making changes to UserLeapBindings.m, open the Xcode project in `example/ios`, go to the "Project Navigator" (Command + 1) > Pods > Development Pods > react-native-userleap > UserLeapBindings.m and you can make changes directly there and re-run the app
10
-
11
- <img width="256" alt="Screenshot 2022-12-13 at 2 28 49 PM" src="https://user-images.githubusercontent.com/1687432/207458487-451190f3-a982-457c-94af-e8ba84f1511c.png">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-userleap",
3
- "version": "2.14.0",
3
+ "version": "2.14.1",
4
4
  "description": "React Native module for UserLeap",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",