Skip to content

Releases: Nubescope/react-native-facebook-account-kit

v2.1.0

05 Aug 02:15
Compare
Choose a tag to compare

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 the setEnableInitialSmsButton to setEnableSms method (thanks @huynhquangtoan for reporting this)
  • (#200) Set s.dependency 'AccountKit', '5.0.1' in RNAccountKit.podspec as 5.3.0 apparently deprecates getACallEnabled and setEnableInitialSmsButton

v2.0.0

07 Jul 20:59
Compare
Choose a tag to compare

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

01 Jul 03:30
Compare
Choose a tag to compare

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

03 Feb 19:41
Compare
Choose a tag to compare

Features

  • Upgrade to AK SDK to 4.+ for Android and IOS

v1.0.2

15 Jan 02:09
Compare
Choose a tag to compare

Bugfixing

(#170) Fix crash when React context activity is null (@artkow)
(#161) Get code by call or FB notification is not available on IOS (@irisAsh)

Documentation

(#166) Add video tutorial to the readme file (@MahbbRah)

v1.0.1

14 Dec 11:23
Compare
Choose a tag to compare

Bugfixing

(#168) Doesn't work on a presented ViewController (Modal) (@nhnam | @namaxinan)

v1.0.0

14 Dec 11:37
Compare
Choose a tag to compare

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

17 Sep 00:57
Compare
Choose a tag to compare

Examples

Bugfixing

  • (e5b5048) Fix android:keyboardNavigationCluster when building Android (@jpgarcia)
  • (754008c) Fixes Manifest merger failed : Attribute application@allowBackup (@jpgarcia)

v0.10.1

17 Sep 00:44
Compare
Choose a tag to compare

Features

  • (aec22cc) Add Cocoapods support (@aschenkel)
  • (e09b041) Remove checking initialPhoneNumber, it's unneccessary. (@jvthanh)

Documentation

Examples

Bugfixing

  • (ac93c98) could not initialPhoneNumber without initialPhoneContryPrefix on

v0.9.0

02 Oct 20:26
Compare
Choose a tag to compare

Android