Anush-Shand

Results 22 issues of Anush-Shand

https://wizrocket.atlassian.net/browse/SDK-3757

- Adds null check before string comparison

- Removes checkExistingInAppNotifications - Fixes unit tests https://wizrocket.atlassian.net/browse/SDK-3614 Requires QA to check all inApp flows resumed/paused/killed

pending release

This PR adds the basic changes to support RN new architecture https://github.com/react-native-community/RNNewArchitectureLibraries/tree/feat/back-turbomodule https://github.com/reactwg/react-native-new-architecture/blob/main/docs/enable-libraries-android.md

…orrectly to the BE - Sends the timestamp is seconds and not ms

#### New Features **Android Specific** * Supports [CleverTap Android SDK v6.2.1](https://github.com/CleverTap/clevertap-android-sdk/releases/tag/corev6.2.1). * Supports Android 14, made it compliant with Android 14 requirements. Details [here](https://developer.android.com/about/versions/14/summary). * Extends the push primer callback...

### Description I migrated my [library](https://github.com/CleverTap/clevertap-react-native/tree/task/SDK-3736/Research-and-Document-RN-new-architecture-changes) to the new architecture and this issue occurs only when the `bridgeless` mode is enabled for the sample app. When I launch my app...

Issue: Author Provided Repro
Platform: Android
Needs: React Native Team Attention
Type: New Architecture

https://github.com/CleverTap/clevertap-android-sdk/issues/673 After an InApp is displayed, it's impressions are recorded on the main thread. Even though it's simply accessing the shared prefs, this comes up in the StrictModeViolation Clients are...