916278d3ea
* feat: Add React Native 0.66 support * Generate lockfiles * Update Podfile.lock * chore: Migrate from react-native-navigation to react-navigation (#491) * Migrate RNN -> RN * Migrate all screens * Fix get permission status * fix app name * Update AppDelegate.m * Fix Info.plist * Set `UIViewControllerBasedStatusBarAppearance` to `YES` * Only enable `audio` if user granted microphone permission * Update App.tsx * Fix RNGH for Android * Use `navigate` instead of `push` * Fix animation * Upgrade @types/react-native * "Splash" -> "PermissionsPage"
50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"name": "react-native-vision-camera-example",
|
|
"description": "Example app for react-native-vision-camera",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"setup": "cd ios && bundle install",
|
|
"pods": "cd ios && bundle exec pod install",
|
|
"lint": "eslint .",
|
|
"lint-ci": "yarn lint -f ../node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",
|
|
"typescript": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/blur": "^3.6.0",
|
|
"@react-native-community/cameraroll": "^4.0.4",
|
|
"@react-native-community/slider": "^4.1.7",
|
|
"@react-navigation/native": "^6.0.4",
|
|
"@react-navigation/native-stack": "^6.2.2",
|
|
"react": "^17.0.2",
|
|
"react-native": "^0.66.0",
|
|
"react-native-gesture-handler": "^1.10.3",
|
|
"react-native-pressable-opacity": "^1.0.4",
|
|
"react-native-reanimated": "^2.3.0-beta.2",
|
|
"react-native-safe-area-context": "^3.3.2",
|
|
"react-native-screens": "^3.8.0",
|
|
"react-native-static-safe-area-insets": "^2.1.1",
|
|
"react-native-vector-icons": "^8.1.0",
|
|
"react-native-video": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.5",
|
|
"@babel/runtime": "^7.15.4",
|
|
"@react-native-community/eslint-config": "^3.0.1",
|
|
"@react-native-community/eslint-plugin": "^1.1.0",
|
|
"@types/react": "^17.0.27",
|
|
"@types/react-native": "^0.65.5",
|
|
"@types/react-native-vector-icons": "^6.4.9",
|
|
"@types/react-native-video": "^5.0.9",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"eslint": "^7.32.0",
|
|
"metro-config": "^0.66.2",
|
|
"metro-react-native-babel-preset": "^0.66.2",
|
|
"prettier": "^2.4.1",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|