updates android buold environment and setup.sh

This commit is contained in:
2026-03-29 11:32:37 +02:00
parent dbd97d3cf4
commit 2227e49993
1451 changed files with 47 additions and 81864 deletions
+32
View File
@@ -14,10 +14,12 @@
"@react-navigation/native": "^6.1.9",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-audio-recorder-player": "^3.6.7",
"react-native-camera-kit": "^13.0.0",
"react-native-document-picker": "^9.1.1",
"react-native-fs": "^2.20.0",
"react-native-image-picker": "^7.1.0",
"react-native-live-audio-stream": "^1.1.1",
"react-native-permissions": "^4.1.4",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "3.27.0",
@@ -7248,6 +7250,16 @@
"node": ">=10.17.0"
}
},
"node_modules/hyochan-welcome": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/hyochan-welcome/-/hyochan-welcome-1.0.1.tgz",
"integrity": "sha512-WRZNH5grESkOXP/r7xc7TMhO9cUqxaJIuZcQDAjzHWs6viGP+sWtVbiBigxc9YVRrw3hnkESQWwzqg+oOga65A==",
"hasInstallScript": true,
"license": "ISC",
"bin": {
"hyochan-welcome": "bin/hello.js"
}
},
"node_modules/ieee754": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
@@ -10712,6 +10724,20 @@
"react": "18.2.0"
}
},
"node_modules/react-native-audio-recorder-player": {
"version": "3.6.14",
"resolved": "https://registry.npmjs.org/react-native-audio-recorder-player/-/react-native-audio-recorder-player-3.6.14.tgz",
"integrity": "sha512-F6SvHbuLvsbhBytR4+vaGIL6LFqC1cnB+SX3v191aHNvGDt63BX56w/Y19nIzxaLnG0b0vbxx/UZ1nzIvDyqWA==",
"deprecated": "This package has been deprecated. Please use react-native-nitro-sound instead.",
"license": "MIT",
"dependencies": {
"hyochan-welcome": "^1.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
},
"node_modules/react-native-camera-kit": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/react-native-camera-kit/-/react-native-camera-kit-13.0.0.tgz",
@@ -10774,6 +10800,12 @@
"react-native": "*"
}
},
"node_modules/react-native-live-audio-stream": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/react-native-live-audio-stream/-/react-native-live-audio-stream-1.1.1.tgz",
"integrity": "sha512-Yk0O51hY7eFMUv1umYxGDs4SJVPHyhUX6uz4jI+GiowOwSqIzLLRNh03hJjCVZRFXTWLPCntqOKZ+N8fVAc6BQ==",
"license": "MIT"
},
"node_modules/react-native-permissions": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/react-native-permissions/-/react-native-permissions-4.1.5.tgz",