Skip to content

Commit f98a30d

Browse files
authored
Version Bump 0.4.1 (#158)
1 parent 610ade4 commit f98a30d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ push notifications via FCM (Firebase Cloud Messaging) and APNs (Apple Push Notif
5555

5656
## Requirements
5757

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+).
5959
We are actively testing and expanding support to the latest patch releases of recent minor versions of React Native.
6060

6161
### React Native
@@ -105,6 +105,10 @@ Android installation requirements may vary depending upon your project configura
105105
The Klaviyo React Native SDK's `build.gradle` file exposes transitive dependencies upon the Klaviyo Android SDK,
106106
so you can import Android Klaviyo SDK references from your Kotlin/Java files without modifying your gradle configuration.
107107

108+
#### React Native 0.74.x
109+
110+
There are no additional installation requirements.
111+
108112
#### React Native 0.73.x
109113

110114
There are no additional installation requirements. Android support is fully tested and verified.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "klaviyo-react-native-sdk",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Official Klaviyo React Native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)