Client Library SDK Improvement
This release adds push notification support for React Native apps through a dedicated plugin.
React Native push notifications: the new ably/react-native-push plugin activates a React Native device as a target for push notifications. Your app supplies its own storage and token acquisition (typically @react-native-async-storage/async-storage and @react-native-firebase/messaging), declaring each token as FCM or APNs, so the SDK adds no native module dependencies to your build. Once activated with client.push.activate(), a device receives notifications from any channel it subscribes to with channel.push.subscribeDevice().