react-native-sdk
react-native-sdk copied to clipboard
## 🔹 JIRA Ticket(s) if any * [MOB-6800](https://iterable.atlassian.net/browse/MOB-6800) ## ✏️ Description > This pull request pulls the vector icon for the back button for the RN mobile inbox to remove...
The react-native-vector-icons lib has a lot of icon fonts. It is larger than 1.5 MB. But In your ib. You guys only use [one icon](https://github.com/Iterable/react-native-sdk/blob/10f68125996463872053fab953de1ea95f078865/ts/IterableInboxMessageDisplay.tsx#L204C22-L204C79) from this lib. So I...
When starting the app by clicking on a push notification, the Iterable SDK is initialised pretty quickly but the urlHandler function responsible to handle the incoming notifications actions takes 1...
Since the version 1.3.15 on android, I noticed that when the app is already opened in background, it's actually restarting from scratch when we click on a push notification. It...
After update from 1.3.13 to 1.3.15 appears this error when press on a push: ``` Looks like you have configured linking in multiple places. This is likely an error since...
Hi, Question is in the title :) Do you support or plan to support the new React Native architecture? Thank you!
I'm using `"@iterable/react-native-sdk": "^1.3.13"` and build is failing from yesterday. Here's the error. ` > Task :iterable_react-native-sdk:compileReleaseJavaWithJavac FAILED /Users/runner/work/1/s/node_modules/@iterable/react-native-sdk/android/src/main/java/com/iterable/reactnative/RNIterableAPIModule.java:231: error: method setRead in class IterableInAppManager cannot be applied to given...
Hi Team, We are using Iterable to receive push notifications. Everything looks great so far on iOS but we are having some issues on Android. On iOS, when we call...
Hi, This is more of a feature request. Can we expose the number of unread and read in app messages in the react native sdk. We have a mobile inbox...
Issue is happening while installing from playstore and click open it is crashing. But if I clear cache and data it starts working. Package info: "@iterable/react-native-sdk": "1.3.9" Using below code...