File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 Image ,
1111} from 'react-native'
1212import { 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
1515interface Props { }
1616interface State {
You can’t perform that action at this time.
0 commit comments