Skip to content

Commit d589af4

Browse files
Update sample up to use latest version.
1 parent 2f4bbcc commit d589af4

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

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.0.23",
13+
"@iterable/react-native-sdk": "^1.0.24",
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/ios/SampleApp.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

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.0.23",
13+
"@iterable/react-native-sdk": "^1.0.24",
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/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -675,10 +675,10 @@
675675
dependencies:
676676
"@hapi/hoek" "^8.3.0"
677677

678-
"@iterable/react-native-sdk@^1.0.23":
679-
version "1.0.23"
680-
resolved "https://registry.yarnpkg.com/@iterable/react-native-sdk/-/react-native-sdk-1.0.23.tgz#340f820268416e8de8582abe246e8ffd170fbd68"
681-
integrity sha512-DNozSvphv4yT6H799+m/on3LD3JrGzTOWMuN7v/gvSy5g8vYAHkgaePV42ZT+BJ0tNbsFDrjWqUrd43bZlZG8A==
678+
"@iterable/react-native-sdk@^1.0.24":
679+
version "1.0.24"
680+
resolved "https://registry.yarnpkg.com/@iterable/react-native-sdk/-/react-native-sdk-1.0.24.tgz#d1a3e4496dc690811b577f1cdd15edabc2f217c0"
681+
integrity sha512-douU1qD89YB/8Qs7rbDgd22HqVah6u6JV+ScyT/+MYlOoj9NK9M+wz4ooQltt/vnLe/J27i/DLCmD/HqYsSCcw==
682682

683683
"@jest/console@^24.9.0":
684684
version "24.9.0"

0 commit comments

Comments
 (0)