27 lines
782 B
JSON
27 lines
782 B
JSON
{
|
|
"name": "react-native-ios-context-menu-example",
|
|
"description": "Example app for react-native-ios-context-menu",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/bottom-tabs": "^6.3.1",
|
|
"@react-navigation/native": "^6.0.6",
|
|
"@react-navigation/native-stack": "^6.2.5",
|
|
"react": "16.13.1",
|
|
"react-native": "0.63.4",
|
|
"react-native-safe-area-context": "^3.3.2",
|
|
"react-native-screens": "^3.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/runtime": "^7.12.5",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"metro-react-native-babel-preset": "^0.64.0"
|
|
}
|
|
}
|