react-native-ios-popover/example/package.json
2023-04-12 21:46:55 +08:00

28 lines
813 B
JSON

{
"name": "react-native-ios-popover-example",
"description": "Example app for react-native-ios-popover",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"react-native-ios-utilities": "^3.0.0",
"@react-navigation/bottom-tabs": "^6.5.3",
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.8",
"react": "18.1.0",
"react-native": "0.70.4",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.19.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "0.72.3"
}
}