@logrocket/react-native 1.35.2 → 1.37.0

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
@@ -27,8 +27,12 @@ After installing this npm package, add the [config plugin](https://docs.expo.io/
27
27
  }
28
28
  ```
29
29
 
30
+ > **Note:** On Android, the [LogRocket SDK supports Android API 25 and up](https://docs.logrocket.com/reference/android#supported-android-versions). If your Expo app is configured to use a lower minimum Android SDK version then use the [`expo-build-properties`](https://docs.expo.dev/versions/latest/sdk/build-properties/) plugin to set the `minSdkVersion` accordingly.
31
+
30
32
  Now you can build your app with [EAS Build](https://docs.expo.io/build/introduction/) or `npx expo run:` as described in the ["Adding custom native code"](https://docs.expo.io/workflow/customizing/) guide.
31
33
 
34
+ For more details on how to use LogRocket with Expo see the [LogRocket documentation](https://docs.logrocket.com/reference/expo).
35
+
32
36
  ## Supported Features
33
37
 
34
38
  | Feature | Android | iOS |
@@ -13,7 +13,7 @@
13
13
  def DEFAULT_COMPILE_SDK_VERSION = 33
14
14
  def DEFAULT_MIN_SDK_VERSION = 25
15
15
  def DEFAULT_TARGET_SDK_VERSION = 31
16
- def SDK_VERSION = "1.35.2"
16
+ def SDK_VERSION = "1.37.0"
17
17
 
18
18
  def PACKAGE_ROOT_DIR = rootProject.name == 'LogRocket SDK' ? "$rootDir/../packages/@logrocket/react-native" : "$rootDir/..";
19
19