mobile: update deps

This commit is contained in:
ammarahm-ed
2023-04-11 23:57:12 +05:00
committed by Abdullah Atta
parent e021d93893
commit a9df577478
5 changed files with 27 additions and 5 deletions

View File

@@ -113,6 +113,7 @@ export const AttachmentDialog = ({ note }) => {
width: 40,
marginRight: 10
}}
color={colors.pri}
size={SIZE.lg}
onPress={onCheck}
/>
@@ -123,6 +124,7 @@ export const AttachmentDialog = ({ note }) => {
height: 40,
width: 40
}}
color={colors.pri}
onPress={() => {
DownloadAttachments.present(
"attachments-list",

View File

@@ -420,8 +420,18 @@ PODS:
- pop (~> 1.0)
- React
- SexyTooltip
- RNVectorIcons (9.2.0):
- React-Core
- RNZipArchive (6.0.9):
- React-Core
- RNZipArchive/Core (= 6.0.9)
- SSZipArchive (~> 2.2)
- RNZipArchive/Core (6.0.9):
- React-Core
- SSZipArchive (~> 2.2)
- SexyTooltip (1.2.5):
- pop (~> 1.0)
- SSZipArchive (2.4.3)
- toolbar-android (0.2.1):
- React
- Yoga (1.14.0)
@@ -505,6 +515,8 @@ DEPENDENCIES:
- RNShare (from `../../node_modules/react-native-share`)
- RNSVG (from `../../node_modules/react-native-svg`)
- RNTooltips (from `../../node_modules/react-native-tooltips`)
- RNVectorIcons (from `../../node_modules/react-native-vector-icons`)
- RNZipArchive (from `../../node_modules/react-native-zip-archive`)
- SexyTooltip (from `https://github.com/ammarahm-ed/SexyTooltip.git`)
- "toolbar-android (from `../../node_modules/@react-native-community/toolbar-android`)"
- Yoga (from `../../node_modules/react-native/ReactCommon/yoga`)
@@ -517,6 +529,7 @@ SPEC REPOS:
- MMKV
- MMKVCore
- pop
- SSZipArchive
EXTERNAL SOURCES:
boost:
@@ -669,6 +682,10 @@ EXTERNAL SOURCES:
:path: "../../node_modules/react-native-svg"
RNTooltips:
:path: "../../node_modules/react-native-tooltips"
RNVectorIcons:
:path: "../../node_modules/react-native-vector-icons"
RNZipArchive:
:path: "../../node_modules/react-native-zip-archive"
SexyTooltip:
:git: https://github.com/ammarahm-ed/SexyTooltip.git
toolbar-android:
@@ -763,7 +780,10 @@ SPEC CHECKSUMS:
RNShare: a5dc3b9c53ddc73e155b8cd9a94c70c91913c43c
RNSVG: ecd661f380a07ba690c9c5929c475a44f432d674
RNTooltips: 5424d4bf0b3d441104127943b1115cc7f0616b1f
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
RNZipArchive: 68a0c6db4b1c103f846f1559622050df254a3ade
SexyTooltip: 5c9b4dec52bfb317938cb0488efd9da3717bb6fd
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef
toolbar-android: 2a73856e98b750d7e71ce4644d3f41cc98211719
Yoga: 0b84a956f7393ef1f37f3bb213c516184e4a689d

View File

@@ -46,7 +46,6 @@
"@ammarahmed/react-native-sodium": "1.3.0",
"react-native-svg": "^12.3.0",
"react-native-tooltips": "^1.0.3",
"react-native-vector-icons": "^9.0.0",
"react-native-webview": "^11.14.1",
"rn-extensions-share": "^2.4.0",
"rn-fetch-blob": "^0.12.0",
@@ -61,7 +60,8 @@
"react-native-navigation-bar-color": "2.0.2",
"react-native-actions-shortcuts": "^1.0.1",
"react-native-in-app-review": "4.3.3",
"react-native-zip-archive": "6.0.9"
"react-native-zip-archive": "6.0.9",
"react-native-vector-icons": "9.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",

View File

@@ -110,7 +110,7 @@
"react-native-share": "^7.2.0",
"react-native-svg": "^12.3.0",
"react-native-tooltips": "^1.0.3",
"react-native-vector-icons": "^9.0.0",
"react-native-vector-icons": "9.2.0",
"react-native-webview": "^11.14.1",
"react-native-zip-archive": "6.0.9",
"rn-extensions-share": "^2.4.0",
@@ -24335,7 +24335,7 @@
"react-native-share": "^7.2.0",
"react-native-svg": "^12.3.0",
"react-native-tooltips": "^1.0.3",
"react-native-vector-icons": "^9.0.0",
"react-native-vector-icons": "9.2.0",
"react-native-webview": "^11.14.1",
"react-native-zip-archive": "6.0.9",
"react-test-renderer": "18.0.0",

View File

@@ -34,4 +34,4 @@
"@notesnook/editor": "*",
"@notesnook/editor-mobile": "*"
}
}
}