mobile: update sheet component

This commit is contained in:
Ammar Ahmed
2024-02-05 21:45:21 +05:00
committed by Abdullah Atta
parent b086e652c3
commit ab47c89ef7
7 changed files with 35 additions and 55 deletions

View File

@@ -27634,7 +27634,7 @@
"katex": "0.16.2",
"phone": "^3.1.14",
"qclone": "^1.2.0",
"react-native-actions-sheet": "0.9.0-alpha.24",
"react-native-actions-sheet": "0.9.2",
"react-native-check-version": "https://github.com/flexible-agency/react-native-check-version",
"react-native-drax": "^0.10.2",
"react-native-image-zoom-viewer": "^3.0.1",
@@ -43894,8 +43894,12 @@
}
},
"node_modules/react-native-actions-sheet": {
"version": "0.9.0-alpha.24",
"license": "MIT",
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/react-native-actions-sheet/-/react-native-actions-sheet-0.9.2.tgz",
"integrity": "sha512-TBBDlMHmyFIZLovmrObf/b9z7t7iXP9wOwAtjAoNlCpXLHTfwmw/fvR07kPUltSR0NjWd2WrOkWbruFAiSVOyw==",
"dependencies": {
"react-native-safe-area-context": "^4.8.2"
},
"peerDependencies": {
"react-native": "*",
"react-native-gesture-handler": "*"
@@ -44350,8 +44354,9 @@
"license": "MIT"
},
"node_modules/react-native-safe-area-context": {
"version": "4.6.3",
"license": "MIT",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.9.0.tgz",
"integrity": "sha512-/OJD9Pb8IURyvn+1tWTszWPJqsbZ4hyHBU9P0xhOmk7h5owSuqL0zkfagU0pg7Vh0G2NKQkaPpUKUMMCUMDh/w==",
"peerDependencies": {
"react": "*",
"react-native": "*"
@@ -79997,7 +80002,7 @@
"katex": "0.16.2",
"phone": "^3.1.14",
"qclone": "^1.2.0",
"react-native-actions-sheet": "0.9.0-alpha.24",
"react-native-actions-sheet": "0.9.2",
"react-native-check-version": "https://github.com/flexible-agency/react-native-check-version",
"react-native-drax": "^0.10.2",
"react-native-image-zoom-viewer": "^3.0.1",
@@ -87951,8 +87956,12 @@
}
},
"react-native-actions-sheet": {
"version": "0.9.0-alpha.24",
"requires": {}
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/react-native-actions-sheet/-/react-native-actions-sheet-0.9.2.tgz",
"integrity": "sha512-TBBDlMHmyFIZLovmrObf/b9z7t7iXP9wOwAtjAoNlCpXLHTfwmw/fvR07kPUltSR0NjWd2WrOkWbruFAiSVOyw==",
"requires": {
"react-native-safe-area-context": "^4.8.2"
}
},
"react-native-actions-shortcuts": {
"version": "1.0.1",
@@ -88226,7 +88235,9 @@
"requires": {}
},
"react-native-safe-area-context": {
"version": "4.6.3",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.9.0.tgz",
"integrity": "sha512-/OJD9Pb8IURyvn+1tWTszWPJqsbZ4hyHBU9P0xhOmk7h5owSuqL0zkfagU0pg7Vh0G2NKQkaPpUKUMMCUMDh/w==",
"requires": {}
},
"react-native-scoped-storage": {