From 8d8fb03985aeaf37c934c8c631142c6945a52662 Mon Sep 17 00:00:00 2001 From: rgommezz Date: Sun, 3 May 2020 23:38:39 +0100 Subject: [PATCH] chore: updating example --- example/package-lock.json | 6 +++--- example/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 859be70..c8e19e0 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -5710,9 +5710,9 @@ } }, "react-native-scroll-bottom-sheet": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/react-native-scroll-bottom-sheet/-/react-native-scroll-bottom-sheet-0.0.2.tgz", - "integrity": "sha512-d4Kty/MgnSgpSE33yyW/F4xYFHsA2kQbH/7RKmWRaV/xBuMlfZA7GiL9/nFFGgUM5oJ+BZMgksCvP5bJ+933ow==", + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/react-native-scroll-bottom-sheet/-/react-native-scroll-bottom-sheet-0.0.3.tgz", + "integrity": "sha512-4pBWlT4PSWkuQfZzEWYzvGHOh0dQh0AX4AcUadzJIvSZtbjINXP10/0U3yLUoFTChOOFptzxdHsHeI7X801LHQ==", "requires": { "react-native-gesture-handler": "^1.6.1", "utility-types": "^3.10.0" diff --git a/example/package.json b/example/package.json index 5f43bd8..da2ce68 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "react-dom": "~16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-screens": "~2.2.0", - "react-native-scroll-bottom-sheet": "0.0.2", + "react-native-scroll-bottom-sheet": "0.0.3", "react-native-web": "~0.11.7" }, "devDependencies": {