react-native-zendesk-messaging
react-native-zendesk-messaging copied to clipboard
Update ZendeskMessaging to SDK 2.19.0 + React Native example app
Fixes #39
This PR updates the ZendeskMessaging SDK to version 2.19.0.
To test this, I had to also update the React Native example project to latest as couldn't really start the project on Android (and it feels like it needed an update as well).
[!IMPORTANT]
The changes proposed within the example project are mostly coming from this tool.
[!NOTE]
No native code was changed
Testing
Manually testing using both the example project and a personal project. Messaging, notifications, callbacks, etc seem to be working fine
Other changes
- [x] some existing Kotlin linting errors appeared. Fixed automatically using
ktlint - [x]
targetSdkVersionis now set to33due to the updated Kotlin version.
It think it's better to downgrade version to 2.18.0
#47
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
bump
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bump
I would also like this :)
It would be nice having this repo updated to latest version (2.26.1) since version 2.22.0 introduces breaking changes. @mfds In your opinion, what are the steps to be able to update to version 2.26.1?
@matteomelotti not really sure but I might be able to tell you soon (maybe next week).
Anyway, what I can suggest you in general is to fork this project, remove the example app and upgrade the SDK following the maintainer instructions.
The example app is basically the bulk of this PR, update itself was a very easy process (so far).
Try it and see what breaks :)