You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## 6.16.0
2
+
Release date: *2025-02-23*
3
+
4
+
### Android
5
+
- Updated Gradle to 8.2.0 in demo app for testing and added `namespace` in `android/build.gradle` ([#583](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/583), [#561](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/561)).
6
+
- Updated Expo documentation with `customAndroidManifest` to overcome build failure with React Native 0.76 & Expo 52 ([#586](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/586#issuecomment-2520223121)).
7
+
- Fixed typo in UDL type definition ([#575](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/575)).
8
+
- Fixed typo in mediation network `[logAdRevenue]` for both Android and iOS.
9
+
10
+
### iOS
11
+
- Fixed `anonymizeUser` boolean bug related to New Architecture ([#584](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/584)).
12
+
- Fixed a conflict with the `SUCCESS` symbol declared in another third-party library (New Architecture & React Native 0.76) ([#596](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/pull/596)).
13
+
- Updated import typo related to AFAdRevenueData ([#602](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/602)).
14
+
- Fixed other boolean values to pass by value instead of reference.
0 commit comments