Skip to content

Commit 77f4891

Browse files
authored
Merge pull request #323 from Iterable/MOB-4245-post-1.2.2
[MOB-4245] point integration tests and sample apps to RN SDK 1.2.2
2 parents 44a6713 + c11ab5a commit 77f4891

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SampleApp/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.2.1",
13+
"@iterable/react-native-sdk": "^1.2.2",
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/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@iterable/react-native-sdk": "^1.2.1",
13+
"@iterable/react-native-sdk": "^1.2.2",
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

+1-1
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.2.1",
13+
"@iterable/react-native-sdk": "^1.2.2",
1414
"@react-native-community/masked-view": "^0.1.10",
1515
"@react-navigation/bottom-tabs": "^5.4.5",
1616
"@react-navigation/native": "^5.4.0",

0 commit comments

Comments
 (0)