react-native-zendesk-messaging icon indicating copy to clipboard operation
react-native-zendesk-messaging copied to clipboard

Update ZendeskMessaging to SDK 2.19.0 + React Native example app

Open mfds opened this issue 1 year ago • 1 comments
trafficstars

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] targetSdkVersion is now set to 33 due to the updated Kotlin version.

mfds avatar Apr 10 '24 14:04 mfds

It think it's better to downgrade version to 2.18.0 #47

XantreDev avatar Apr 24 '24 10:04 XantreDev

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.

stale[bot] avatar May 24 '24 11:05 stale[bot]

bump

XantreDev avatar May 24 '24 11:05 XantreDev

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.

stale[bot] avatar Jun 23 '24 13:06 stale[bot]

Bump

XantreDev avatar Jun 23 '24 23:06 XantreDev

I would also like this :)

compwron avatar Aug 13 '24 22:08 compwron

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 avatar Dec 02 '24 14:12 matteomelotti

@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 :)

mfds avatar Dec 03 '24 09:12 mfds