Files

20 lines
530 B
JSON

{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"android": "node node_modules/react-native/local-cli/cli.js run-android"
},
"dependencies": {
"react": "17.0.2",
"react-native": "0.64.2",
"react-native-image-crop-picker": "../",
"react-native-video": "5.1.1"
},
"devDependencies": {
"@react-native-community/cli": "5.0.1"
}
}