Release 3.2.0
For use with react-native < 0.60
- This release includes Branch native SDKs Android 4.3.2 and iOS 0.31.3.
- Fixed a crash due to NPE on Android experienced by some users. Now an error should be properly reported.
- Introduced an
enableFacebookLinkCheck
Boolean parameter in branch.json. This results in callingenableFacebookAppLinkCheck()
on Android andregisterFacebookDeepLinkingClass:
on iOS for use withreact-native-fbsdk
. Advanced users: You can still call these methods in native code as before if your use case dictates.