File tree Expand file tree Collapse file tree
demos/appsflyer-react-native-app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 6.13.0
2+ Release date: * 2024-02-19*
3+
4+ - Add DMA support
5+ - Fix incompatible config for RN >= 0.69.x
6+ - Update Plugin to v6.13.0
7+
18## 6.12.2
29 Release date: * 2023-08-29*
310
Original file line number Diff line number Diff line change 1212
1313### <a id =" plugin-build-for " > This plugin is built for
1414
15- - Android AppsFlyer SDK ** v6.12.2 **
16- - iOS AppsFlyer SDK ** v6.12.2 **
15+ - Android AppsFlyer SDK ** v6.13.0 **
16+ - iOS AppsFlyer SDK ** v6.13.0 **
1717
1818## <a id =" breaking-changes " > ❗❗ Breaking changes when updating to v6.x.x❗❗
1919
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ buildscript {
44 ext {
55 buildToolsVersion = " 30.0.2"
66 minSdkVersion = 21
7- compileSdkVersion = 31
8- targetSdkVersion = 31
7+ compileSdkVersion = 32
8+ targetSdkVersion = 32
99 ndkVersion = " 20.1.5948944"
1010 }
1111 repositories {
Original file line number Diff line number Diff line change 1818 "react-native-elements" : " ^3.4.2" ,
1919 "react-native-gesture-handler" : " ^1.10.3" ,
2020 "react-native-safe-area-context" : " ^3.3.2" ,
21- "react-native-screens" : " ^ 3.7.0 " ,
22- "react-native-vector-icons" : " ^ 8.1.0"
21+ "react-native-screens" : " 3.7.2 " ,
22+ "react-native-vector-icons" : " 8.1.0"
2323 },
2424 "devDependencies" : {
2525 "@babel/core" : " ^7.12.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-appsflyer" ,
3- "version" : " 6.12.2 " ,
3+ "version" : " 6.13.0 " ,
44 "description" : " React Native Appsflyer plugin" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments