Releases: ccm-innovation/react-native-twilio-ip-messaging
Releases · ccm-innovation/react-native-twilio-ip-messaging
v0.3.0
Minor Patches
Android + iOS Updates
0.2.0
(Includes all features from 0.2.0-rc2
)
Upgrading
Update your package.json
to use the 0.2.0
version.
$ npm install --save [email protected]
iOS
Modify your Podfile
:
pod 'RCTTwilioIPMessaging', :path => '../node_modules/react-native-twilio-ip-messaging/ios'
source 'https://github.com/twilio/cocoapod-specs'
pod 'TwilioIPMessagingClient', '~> 0.14.2'
Run
$ pod update RCTTwilioIPMessaging
$ pod update TwilioIPMessagingClient
Android
Indicate to Android Studio to refresh the gradle dependencies.
Or, remove the cache and it will be auto-generated on the next build.
$ rm -rf $HOME/.gradle/caches/
iOS
- PR #19 Fixed issue with NSString token not being converted into NSData (thanks @plonkus!)
- PR #18 Fixed negated
isSuccessful
resolves insetAttributes
andsetFriendlyName
in client (thanks @Baisang!) - PR #16 Updated Podspec to match Twilios requirement of only iOS 8.1 (thanks @Baisang!)
- Fixed misspelling of
lastConsumptionTimestamp
- Fixed lib Channel
getMembers
was still callingallObjects
Android
- Fixed bug when
lastConsumedMessageIndex
is null
Support for iOS 8.1+
Updated Podspec to support iOS version 8.1+, matching the actual requirements of the Twilio SDK. Thanks to @Baisang for the contribution!
SDK Upgrade to iOS 0.14.2 and Android 0.8.1
npm install --save [email protected]
Android Pre-Release
This release implements the Android SDK (v.0.7.0). Not production ready, please report any issues!
Follow the instructions from the 0.2.0-rc1 branch.
Bug Fixes
Bug Fixes
Example app + bug fixes
Fixed bug when Channel referenced channelSid
.
Added an example of the package.
Patch release
Added support to install via CocoaPods