mobile: add inbox api settings

This commit is contained in:
Ammar Ahmed
2026-01-24 12:32:12 +05:00
committed by Abdullah Atta
parent 561477fb1a
commit b5dc298d7d
15 changed files with 1265 additions and 22 deletions

View File

@@ -84,6 +84,7 @@
"react-native-device-info": "^14.1.1",
"react-native-drax": "^0.10.2",
"react-native-exit-app": "github:ammarahm-ed/react-native-exit-app",
"react-native-fast-openpgp": "^2.9.3",
"react-native-file-viewer": "^2.1.1",
"react-native-format-currency": "0.0.5",
"react-native-gesture-handler": "2.28.0",
@@ -10882,6 +10883,12 @@
"node": ">=16"
}
},
"node_modules/flatbuffers": {
"version": "24.3.25",
"resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-24.3.25.tgz",
"integrity": "sha512-3HDgPbgiwWMI9zVB7VYBHaMrbOO7Gm0v+yD2FV/sCKj+9NDeVL7BOBYUuhWAQGKWOzBo8S9WdMvV0eixO233XQ==",
"license": "Apache-2.0"
},
"node_modules/flatted": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
@@ -17531,6 +17538,26 @@
"resolved": "git+ssh://git@github.com/ammarahm-ed/react-native-exit-app.git#3087d4bce1320227384d24b34b354600457a817d",
"license": "MIT"
},
"node_modules/react-native-fast-openpgp": {
"version": "2.9.3",
"resolved": "https://registry.npmjs.org/react-native-fast-openpgp/-/react-native-fast-openpgp-2.9.3.tgz",
"integrity": "sha512-JF+h0e45mi1kHSYfpXIDWnH5x3uFHU8DqGsuqZo7JWKfmE6MF7ppwvI4dyc5rUdGoZI752IdxI33F86UcR/fnQ==",
"license": "MIT",
"workspaces": [
"example"
],
"dependencies": {
"big-integer": "^1.6.51",
"flatbuffers": "24.3.25"
},
"engines": {
"node": ">= 18.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
},
"node_modules/react-native-file-viewer": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/react-native-file-viewer/-/react-native-file-viewer-2.1.5.tgz",