Releases: Nubescope/react-native-facebook-account-kit
Releases · Nubescope/react-native-facebook-account-kit
v2.1.0
This version provide more specific versions for the Android Account Kit SDK in both platforms Android and IOS.
Thanks all who reported this in #199 and #200
Bugfixing
- (#199) Set
DEFAULT_ACCOUNT_KIT_VERSION=5.0.+
in android/build.gradle as 5.2.0 version rollback thesetEnableInitialSmsButton
tosetEnableSms
method (thanks @huynhquangtoan for reporting this) - (#200) Set
s.dependency 'AccountKit', '5.0.1'
in RNAccountKit.podspec as 5.3.0 apparently deprecatesgetACallEnabled
andsetEnableInitialSmsButton
v2.0.0
Features
- [PR #192] Support for React Native 0.60.0 with AndroidX and Cocoapods support (@matthiasdilger)
- Add RN 0.60.0 sample app using hooks
Breaking changes
This new version requires React Native 0.60.0 to run. You can see more info in the Announcing React Native 0.60 blog post
v1.2.0
Features
- Support for validating identify using Whatsapp (included in 5.+)
- Upgrade to AK SDK to 5.+ for Android and IOS
- Add the new
setEnableInitialSmsButton
option to enable/disable the SMS option - Remove the Account kit framework and language bundles. Also added a note to suggest the use of Cocoapods
- Add prettier
v1.1.0
v1.0.2
v1.0.1
v1.0.0
Mayor Release 🎉
We went through all the examples with all project versions and we ended up creating a new section in the readme describing RN compatibility for each version of the library.
We and lot of people have been using the library in several production projects for a long time. This led us decide the library is ready to go to publish our first mayor release 1.0.0
v0.11.0
v0.10.1
Features
- (aec22cc) Add Cocoapods support (@aschenkel)
- (e09b041) Remove checking initialPhoneNumber, it's unneccessary. (@jvthanh)
Documentation
- (bf59468) Update README.md with cocoapods instructions (@aschenkel)
- (0f4af0a | 1302283 | 4a20387 | e8e86fb) Update README.md with troubleshooting section (@aschenkel)
Examples
- (3f32052 | a5d655b) Add RN048 example with cocoapods (@aschenkel)
- (0487aef) Add RN051 example (@aschenkel)
Bugfixing
- (ac93c98) could not initialPhoneNumber without initialPhoneContryPrefix on