This repository has been archived by the owner on Apr 2, 2021. It is now read-only.
Releases: facebookarchive/react-native-fbsdk
Releases · facebookarchive/react-native-fbsdk
0.1.0-alpha.1
Thanks to everyone for the great feedbacks! 🎉
New Features
- Add import statement in README.
- Comment added codes in HelloFacebook Sample.
- Add support to log event with optional arguments in
AppEventsLogger
.
Bug fixes
- Fix Login sample in README #107.
- Fix graph response returning string.
0.1.0-alpha
Start from v0.1.0-alpha React Native FBSDK supports both iOS and Android Platform!
Most of the features are accessible via the set of unified cross-platform JS modules and UI components.
New Features
- Add Android platform support.
- Use Promise extensively instead of Callback.
- Use Flow Type Alias to define Contents instead of Class inheritance.
Bug fixes
- Update README doc to support configuration for the alpha release.
- Update Sample app to demo the cross-platform LoginButton and ShareDialog.