countly-sdk-react-native icon indicating copy to clipboard operation
countly-sdk-react-native copied to clipboard

[Unmaintained, Sunsetted] Countly SDK for React Native applications

Results 10 countly-sdk-react-native issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade react-native-restart from 0.0.6 to 0.0.24. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade react-native-device-info from 0.15.3 to 0.29.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=react-native-device-info&from_version=0.15.3&to_version=0.29.1&pr_id=e51527d2-2911-41dd-b2a4-bfee7b66a697&visibility=true&has_feature_flag=false) :information_source: Keep your...

In My Project this way is not working on ReactNative .but I use it on iOS platfrom is ok. I guess this SDK is not support this way at Reactnative!

Since [email protected], `AsyncStorage` has been moved into a separate package, [@react-native-community/async-storage](https://github.com/react-native-community/react-native-async-storage). Importing `AsyncStorage` directly from `react-native` in 0.59 and above will print a warning. In future it will stop working....

Hello, I have an issue when using different account on the same physical phone. My 2 User Profiles are merged. There is only one profile with both email, both name...

The way that the app state change is handled, it fires a **session_stop** event when backgrounding the app, if you bring the app to the foreground it sends a subsequent...

at these 2 lines there is sample data hard coded into the message handlers: https://github.com/Countly/countly-sdk-react-native/blob/master/Countly.js#L965 https://github.com/Countly/countly-sdk-react-native/blob/master/Countly.js#L722 The data should be passed through with exactly what was sent in from the...

Description: The countly react-native-sdk makes an assumption that all data only messages via the `OnMessage()` handler should be displayed, and that they came from countly. To be on par with...

The instructions at: https://resources.count.ly/docs/react-native suggest addeding: `[[UNUserNotificationCenter currentNotificationCenter] setDelegate:self];` and ``` -(void) userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)(void))completionHandler { [[RNFirebaseMessaging instance] didReceiveRemoteNotification:response.notification.request.content.userInfo]; completionHandler(); } ``` This fails the build, UNUserNotificationCenter...