diff --git a/example/package.json b/example/package.json index bafc288..ab3c997 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ "expo-updates": "~0.2.10", "react": "~16.11.0", "react-dom": "~16.11.0", - "react-native": "~0.62.2", + "react-native": "~0.62.3", "react-native-gesture-handler": "~1.6.1", "react-native-reanimated": "~1.9.0", "react-native-screens": "~2.9.0", diff --git a/example/yarn.lock b/example/yarn.lock index 7f4fede..20abeab 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -5949,10 +5949,11 @@ react-native-screens@~2.9.0: integrity sha512-5MaiUD6HA3nzY3JbVI8l3V7pKedtxQF3d8qktTVI0WmWXTI4QzqOU8r8fPVvfKo3MhOXwhWBjr+kQ7DZaIQQeg== react-native-segmented-text-input@../: - version "0.0.1-alpha.11" + version "0.0.1-alpha.12" dependencies: lodash "^4.17.19" type-check "^0.4.0" + use-debounce "^5.1.0" react-native-unimodules@~0.10.1: version "0.10.1" @@ -5995,10 +5996,10 @@ react-native-web@~0.11.7: prop-types "^15.6.0" react-timer-mixin "^0.13.4" -react-native@~0.62.2: - version "0.62.2" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.2.tgz#d831e11a3178705449142df19a70ac2ca16bad10" - integrity sha512-gADZZ3jcm2WFTjh8CCBCbl5wRSbdxqZGd+8UpNwLQFgrkp/uHorwAhLNqcd4+fHmADgPBltNL0uR1Vhv47zcOw== +react-native@~0.62.3: + version "0.62.3" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.3.tgz#9a2e96af3dedd0723c8657831eec4ed3c30f3299" + integrity sha512-b2/hDHDlO5Of2Zn1K5ZgvzOoUrvMEvlYU4miS9rcEBp5jK/9cRQn81HZ7NBmf4gzigGl8CxbSx1l10GUj1k8XQ== dependencies: "@babel/runtime" "^7.0.0" "@react-native-community/cli" "^4.5.1"