Files
react-native-bottom-sheet/example/package.json
Mo Gorhom a5628161c5 fix: updated modal unmounting handling (#327)
* chore: updated dependencies

* refactor: updated bottom sheet modal handling
2021-03-13 21:39:02 +00:00

40 lines
1.2 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/portal": "^1.0.4",
"@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.9.3",
"@react-navigation/stack": "^5.14.3",
"faker": "^4.1.0",
"lodash.isequal": "^4.5.0",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-gesture-handler": "^1.10.3",
"react-native-maps": "^0.27.1",
"react-native-reanimated": "^1.13.2",
"react-native-redash": "^14.2.4",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.18.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@types/faker": "^4.1.12",
"@types/react": "^17.0.0",
"@types/react-native": "^0.63.37",
"metro-react-native-babel-preset": "^0.64.0",
"nanoid": "^3.1.20",
"typescript": "^4.2.3"
}
}