Skip to content

Commit 8814c75

Browse files
authored
Merge pull request #377 from Iterable/evan/MOB-4598-post-1.3.3
[MOB-4598] update sample apps and integration to 1.3.3
2 parents 81fe771 + 4d847ea commit 8814c75

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

SampleApp/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.3.2",
13+
"@iterable/react-native-sdk": "^1.3.3",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
1616
"@react-navigation/bottom-tabs": "^5.4.5",

SampleApp/javascript/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,10 +683,10 @@
683683
dependencies:
684684
"@hapi/hoek" "^9.0.0"
685685

686-
"@iterable/react-native-sdk@^1.3.0":
687-
version "1.3.1"
688-
resolved "https://registry.yarnpkg.com/@iterable/react-native-sdk/-/react-native-sdk-1.3.1.tgz#811f2f97a0337e60a6ce7f14f8927496d4a3b238"
689-
integrity sha512-kjaYNKt3nPcwUbEWvcmKKvM4wYPbKZuZ9uT6U5azDfon4l0XAu0KYwJVoovmkDi+egDyb4yAkIfFGIhCNOvVWQ==
686+
"@iterable/react-native-sdk@^1.3.3":
687+
version "1.3.3"
688+
resolved "https://registry.yarnpkg.com/@iterable/react-native-sdk/-/react-native-sdk-1.3.3.tgz#1625281f006744ec75b48da7ebb1e5ecc09ff470"
689+
integrity sha512-uSSVXjE2Ez/BTrFWVLfbOdbzTr2vYgqF7hBhrRN1PAOnimV02W7q2eLI7R1+Qv2viWwZFioBlHjGS1ZglOeVCg==
690690
dependencies:
691691
"@react-native-community/hooks" "^2.6.0"
692692
"@react-navigation/native" "^6.0.6"

SampleApp/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.3.2",
13+
"@iterable/react-native-sdk": "^1.3.3",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
1616
"@react-navigation/bottom-tabs": "^5.4.5",

integration-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"e2e:android-release": "npm run build:android-release && npm run test:android-release"
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.3.2",
13+
"@iterable/react-native-sdk": "^1.3.3",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-navigation/bottom-tabs": "^5.4.5",
1616
"@react-navigation/native": "^5.4.0",

integration-testing/ts/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
Image,
1111
} from 'react-native'
1212
import { TextInput } from 'react-native-gesture-handler'
13-
import { Iterable } from '@iterable/react-native-sdk/js/Iterable'
13+
import { Iterable } from '@iterable/react-native-sdk'
1414

1515
interface Props { }
1616
interface State {

0 commit comments

Comments
 (0)