Added job select on Camera
This commit is contained in:
12
package.json
12
package.json
@@ -45,7 +45,7 @@
|
||||
"react-native-image-zoom-viewer": "^3.0.1",
|
||||
"react-native-indicators": "^0.17.0",
|
||||
"react-native-reanimated": "~1.13.0",
|
||||
"react-native-safe-area-context": "3.1.9",
|
||||
"react-native-safe-area-context": "^3.1.9",
|
||||
"react-native-screens": "~2.15.0",
|
||||
"react-native-web": "~0.13.12",
|
||||
"react-redux": "^7.2.2",
|
||||
@@ -58,8 +58,14 @@
|
||||
"subscriptions-transport-ws": "^0.9.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "~7.9.0",
|
||||
"babel-preset-expo": "8.3.0"
|
||||
"@babel/core": "^7.12.13",
|
||||
"babel-preset-expo": "8.3.0",
|
||||
"eslint": "^7.19.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-react": "^7.22.0",
|
||||
"eslint-plugin-react-hooks": "^1.7.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user