mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-06-10 23:59:37 +08:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "@gorhom/bottom-sheet-example",
|
|
"description": "Example app for @gorhom/bottom-sheet",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"@gorhom/showcase-template": "^1.0.2",
|
|
"@react-native-community/blur": "^3.6.0",
|
|
"@react-native-community/masked-view": "0.1.10",
|
|
"@react-navigation/native": "^5.8.9",
|
|
"@react-navigation/stack": "^5.12.6",
|
|
"faker": "^4.1.0",
|
|
"lodash.isequal": "^4.5.0",
|
|
"react": "16.13.1",
|
|
"react-native": "0.63.3",
|
|
"react-native-gesture-handler": "^1.8.0",
|
|
"react-native-maps": "^0.27.1",
|
|
"react-native-reanimated": "^2.0.0-alpha.9",
|
|
"react-native-redash": "^15.11.1",
|
|
"react-native-safe-area-context": "0.7.3",
|
|
"react-native-screens": "^2.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@types/faker": "^4.1.12",
|
|
"@types/react": "^16.9.56",
|
|
"@types/react-native": "^0.63.35",
|
|
"metro-react-native-babel-preset": "^0.63.0",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|