From a9df5774788e4392cd1db772431a7378468f1be0 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 11 Apr 2023 23:57:12 +0500 Subject: [PATCH] mobile: update deps --- .../app/components/attachments/index.js | 2 ++ apps/mobile/native/ios/Podfile.lock | 20 +++++++++++++++++++ apps/mobile/native/package.json | 4 ++-- apps/mobile/package-lock.json | 4 ++-- apps/mobile/package.json | 2 +- 5 files changed, 27 insertions(+), 5 deletions(-) diff --git a/apps/mobile/app/components/attachments/index.js b/apps/mobile/app/components/attachments/index.js index 99c1e6e89..5ce300ec7 100644 --- a/apps/mobile/app/components/attachments/index.js +++ b/apps/mobile/app/components/attachments/index.js @@ -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", diff --git a/apps/mobile/native/ios/Podfile.lock b/apps/mobile/native/ios/Podfile.lock index 5829cf14a..ce2094fa3 100644 --- a/apps/mobile/native/ios/Podfile.lock +++ b/apps/mobile/native/ios/Podfile.lock @@ -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 diff --git a/apps/mobile/native/package.json b/apps/mobile/native/package.json index 3f6bc6bd1..380f3c22f 100644 --- a/apps/mobile/native/package.json +++ b/apps/mobile/native/package.json @@ -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", diff --git a/apps/mobile/package-lock.json b/apps/mobile/package-lock.json index c013547ed..e33b8017a 100644 --- a/apps/mobile/package-lock.json +++ b/apps/mobile/package-lock.json @@ -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", diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 483e32890..3621998aa 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -34,4 +34,4 @@ "@notesnook/editor": "*", "@notesnook/editor-mobile": "*" } -} \ No newline at end of file +}