Skip to content

Commit

Permalink
🐞 fix: install package in example project
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyugwu committed Nov 23, 2023
1 parent 002b762 commit 73f58f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 5 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
5 changes: 5 additions & 0 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]", "@expo/bunyan@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@expo/bunyan/-/bunyan-4.0.0.tgz#be0c1de943c7987a9fbd309ea0b1acd605890c7b"
Expand Down

0 comments on commit 73f58f1

Please sign in to comment.