react-native-sdk
react-native-sdk copied to clipboard
We recently hit an issue where our app was setting `pushIntegrationName` to an invalid value on initialization. This resulted in error responses from the [/api/users/registerDeviceToken](https://api.iterable.com/api/docs#users_registerDeviceToken) endpoint. As near as I...
## 🔹 JIRA Ticket(s) if any * [MOB-5287](https://iterable.atlassian.net/browse/MOB-5287) ## ✏️ Description This pull request applies the linting rules to the core ts files. These rules will be applied to the...
## 🔹 JIRA Ticket(s) if any * [MOB-7791](https://iterable.atlassian.net/browse/MOB-7791) ## ✏️ Description > Please provide a brief description of what this pull request does. Expose a method for registerDeviceToken [MOB-7791]: https://iterable.atlassian.net/browse/MOB-7791?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
## 🔹 JIRA Ticket(s) if any N/A ## ✏️ Description When hot refreshing a react-native app, it is possible to cause a crash when the Iterable registration has not completed....
Added enableAnonTracking flag to support anonymous tracking on/off.
## 🔹 JIRA Ticket(s) if any * [MOB-XXXX](https://iterable.atlassian.net/browse/MOB-XXXX) ## ✏️ Description > Please provide a brief description of what this pull request does.
We're seeing a significant number of crashes from our Android users, Firebase reports: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.iterable.iterableapi.IterableInAppMessage.getMessageId()' on a null object reference at...
Hey devs: Looks like there's an issue [in the react native bridge of the Iterable Android SDK](https://github.com/Iterable/react-native-sdk/blob/e4eb49140a99a66f3d56089a8d2d8c7cc34f13ac/android/src/main/java/com/iterable/reactnative/RNIterableAPIModule.java#L148-L159) where you annotate two methods with the same name. I'm going to patch...
## 🔹 JIRA Ticket(s) if any * [MOB-8902](https://iterable.atlassian.net/browse/MOB-8902) ## ✏️ Description > This pull request updates the pod file to automatically update deployment targets of all packages. Also, babel library...
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...