Releases: BILDIT-Platform/react-native-bildit-flybuy
Releases · BILDIT-Platform/react-native-bildit-flybuy
v2.20.6
[BREAKING CHANGE]
FlyBuy SDK module separation and update the sample app to the latest React Native.
Please follow the migration steps to use this version
Full Changelog: v2.3.5...v2.20.6
Release 2.3.5
What's New:
- Support for FlyBuy iOS SDK 2.9.2, Android SDK 12.2.1, and the LiveStatus module
- iOS initialization moved from React Native wrapper to native iOS code in the
development-app
- Updated
CreateOrder
to usersitePartnerIdentifier
property name
Release 2.3.4
The following updates are required for this release:
- RN 0.74.x
- Xcode 14 (iOS)
- Android 14 build target -->
sdkTargetVersion 34
These updates require other updates (e.g. AGP) as part of the upgrade process. Please refer to following documentation for details:
- RN 0.74 release notes
- Xcode 14 release notes
- Android 14 SDK setup docs
- Flybuy Docs for targeting Android 14
Please Note: Previous 2.3.x releases will not build properly.
Release 2.3.3
Release 2.3.2
Release 2.3.1
Please Note: Use 2.3.4 as other 2.3.x releases do not build.
- Update iOS FlyBuy to 2.9.1 (fe553c1)
Release 2.1.1
Release 2.0.1
- Upgrade FlyBuy iOS SDK to 2.6.8 (31ea002)
Release 2.0.0-beta.0
- Revert version (e4a3972)
- Update package version to 2.0.0 (737d8cf)
- Upgrade example-app to RN 0.66.5 and android compileSdkVersion 33 (9b1f1f6)
- Remove example/ios/Pods (22d8b83)
- Upgrade development-app to RN 0.66.5 and android compileSdkVersion 33 (cbab907)
- BILDIT-2111 Remove development app pods (8127c96)
- BILDIT-2111 Upgrade the Flybuy SDK version (206dbbf)
Android specific change
//android/build.gradle
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
kotlinVersion = "1.6.0" // <<--- add this line
}