diff --git a/docs/sdkx-react-native/getting-started.mdx b/docs/sdkx-react-native/getting-started.mdx index b47769ee..7cfd9fd4 100644 --- a/docs/sdkx-react-native/getting-started.mdx +++ b/docs/sdkx-react-native/getting-started.mdx @@ -36,7 +36,7 @@ Guide to integrating the React Native plugin for the Helpshift SDK X. You can al - Xcode 14 or above - Java Development Kit - Supported Android OS versions: - - SDK X is functional only above API Level 24 i.e Android OS 7 Nougat and above. + - SDK X is functional only above API Level 24 i.e, Android OS 7 Nougat and above. - The minSDKVersion in code is kept as API Level 19 to allow importing the SDK and compiling in apps that allow installation till API Level 19 i.e Android 4.4 KitKat. - If your app is installed on a device below API level 24 (i.e below Android OS 7 Nougat) then you can choose to have a different medium for providing support. For example, Email, Web etc. We log an UnsupportedOSVersionException if the SDK is initialized below API Level 24. - Supported iOS versions: iOS 14 and above @@ -44,7 +44,7 @@ Guide to integrating the React Native plugin for the Helpshift SDK X. You can al -From 10.4.0, SDK is compiled using Java 8 to ensure compatibility with Android 15 build tool chain. +- From 10.4.0, SDK is compiled using Java 8 to ensure compatibility with Android 15 build tool chain. - SDK 10.3.0 and above functions and is supported on Android 7 and above (API level 24 and above). - You can still compile your app using a minimum API level of 19, but the support starts for API level 24 and above. For details regarding Helpshift SDK's Android OS support policy, please refer to [this article](https://support.helpshift.com/hc/en/13-helpshift-technical-support/faq/1217-sdk-x-os-technical-support-policy/).