diff --git a/example/package.json b/example/package.json index 47e30d4..b6e5020 100644 --- a/example/package.json +++ b/example/package.json @@ -9,18 +9,19 @@ "web": "expo start --web" }, "dependencies": { + "@devvie/bottom-sheet": "^0.1.2", "expo": "~49.0.11", "expo-status-bar": "~1.6.0", "react": "18.2.0", - "react-native": "0.72.4", "react-dom": "18.2.0", + "react-native": "0.72.4", "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.20.0", - "babel-plugin-module-resolver": "^5.0.0", "@expo/webpack-config": "^18.0.1", - "babel-loader": "^8.1.0" + "babel-loader": "^8.1.0", + "babel-plugin-module-resolver": "^5.0.0" }, "private": true -} \ No newline at end of file +} diff --git a/example/yarn.lock b/example/yarn.lock index f0c004d..c7c1954 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1163,6 +1163,11 @@ "@babel/helper-validator-identifier" "^7.22.20" to-fast-properties "^2.0.0" +"@devvie/bottom-sheet@^0.1.2": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@devvie/bottom-sheet/-/bottom-sheet-0.1.2.tgz#45ccacc5b4e34396b5404a99883dc84d38b952b5" + integrity sha512-44SUvGwetz2q42sfxeQJf1wlk1xhDnBG8ju8jF7e7zLpv59Y0M7TSOw4RdX+LWepqie6ST7yeBCOwq9bLCFA2A== + "@expo/bunyan@4.0.0", "@expo/bunyan@^4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@expo/bunyan/-/bunyan-4.0.0.tgz#be0c1de943c7987a9fbd309ea0b1acd605890c7b"