Skip to content

Commit

Permalink
task(SDK-3752) - Adds back package name for max compatibility with RN…
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush-Shand committed Apr 5, 2024
1 parent 11afe2c commit 86ef86e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Version 2.2.0 *(5 April 2024)*
* Fixes a crash due to `NullPointerException` related to `deviceInfo.deviceId`.
* Fixes an ANR related to `isMainProcess` check.
* Fixes an ANR due to eager initialisation of `CtApi` triggered by DeviceId generation.
* Fixes an android build issue related to `package name no found` for apps with ReactNative version less than 0.71

* **[iOS Platform]**
* Fixes a bug where client side in-apps were not discarded when rendering status is set to "discard".
Expand Down
6 changes: 5 additions & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<manifest>
<manifest package="com.clevertap.react">
<!--
Package name has been added to support compatibility for RN versions less than 0.71.
This gives warning for RN versions greater than or equal to 0.71 which can be ignored
-->
<application>
</application>
</manifest>

0 comments on commit 86ef86e

Please sign in to comment.