File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ push notifications via FCM (Firebase Cloud Messaging) and APNs (Apple Push Notif
55
55
56
56
## Requirements
57
57
58
- For initial beta release, the SDK was developed and tested against the latest minor release of React Native (0.73).
58
+ For initial beta release, the SDK was developed and tested against the latest minor release of React Native (0.73+ ).
59
59
We are actively testing and expanding support to the latest patch releases of recent minor versions of React Native.
60
60
61
61
### React Native
@@ -105,6 +105,10 @@ Android installation requirements may vary depending upon your project configura
105
105
The Klaviyo React Native SDK's ` build.gradle ` file exposes transitive dependencies upon the Klaviyo Android SDK,
106
106
so you can import Android Klaviyo SDK references from your Kotlin/Java files without modifying your gradle configuration.
107
107
108
+ #### React Native 0.74.x
109
+
110
+ There are no additional installation requirements.
111
+
108
112
#### React Native 0.73.x
109
113
110
114
There are no additional installation requirements. Android support is fully tested and verified.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " klaviyo-react-native-sdk" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " Official Klaviyo React Native SDK" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments