Bluesky app fork with some witchin' additions 💫

rm vision-camera (#8273)

authored by samuel.fm and committed by

GitHub 54e5ea0a 555dd6a4

+1 -17
+1 -11
app.config.js
··· 1 1 const pkg = require('./package.json') 2 2 3 - module.exports = function (config) { 3 + module.exports = function (_config) { 4 4 /** 5 5 * App version number. Should be incremented as part of a release cycle. 6 6 */ ··· 357 357 }, 358 358 ], 359 359 ['expo-screen-orientation', {initialOrientation: 'PORTRAIT_UP'}], 360 - [ 361 - 'react-native-vision-camera', 362 - { 363 - enableLocation: false, 364 - cameraPermissionText: 'Bluesky needs access to your camera.', 365 - enableMicrophonePermission: true, 366 - microphonePermissionText: 367 - 'Bluesky needs access to your microphone.', 368 - }, 369 - ], 370 360 ].filter(Boolean), 371 361 extra: { 372 362 eas: {
-1
package.json
··· 197 197 "react-native-url-polyfill": "^1.3.0", 198 198 "react-native-uuid": "^2.0.2", 199 199 "react-native-view-shot": "^4.0.3", 200 - "react-native-vision-camera": "^4.6.3", 201 200 "react-native-web": "~0.19.13", 202 201 "react-native-web-webview": "^1.0.2", 203 202 "react-native-webview": "13.12.5",
-5
yarn.lock
··· 16906 16906 dependencies: 16907 16907 html2canvas "^1.4.1" 16908 16908 16909 - react-native-vision-camera@^4.6.3: 16910 - version "4.6.3" 16911 - resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-4.6.3.tgz#4454ec5a00d529dde6e4d96e29cdb49fc37a3b7f" 16912 - integrity sha512-fVHww4cNFrxvMYOlUZcjl3iYmR3vcUtvLZKW9NHlKZ3o4zsspwYjbw2vheZvHrHtJ30OrE3N2NFqT6CxgPvRCw== 16913 - 16914 16909 react-native-web-webview@^1.0.2: 16915 16910 version "1.0.2" 16916 16911 resolved "https://registry.yarnpkg.com/react-native-web-webview/-/react-native-web-webview-1.0.2.tgz#c215efa70c17589f2c8d640b1f1dc669b18c6e02"