diff --git a/app/externalModules.d.ts b/app/externalModules.d.ts index c567b55e9..ba73b005c 100644 --- a/app/externalModules.d.ts +++ b/app/externalModules.d.ts @@ -3,6 +3,7 @@ declare module 'commonmark'; declare module 'commonmark-react-renderer'; declare module 'remove-markdown'; declare module 'react-native-image-progress'; +declare module 'react-native-ui-lib'; declare module 'react-native-ui-lib/keyboard'; declare module '@rocket.chat/sdk'; declare module 'react-native-config-reader'; diff --git a/ios/Podfile b/ios/Podfile index 659ca2481..0b774dfc3 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -8,7 +8,6 @@ install! 'cocoapods', :deterministic_uuids => false def all_pods pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi', :modular_headers => true pod 'simdjson', path: '../node_modules/@nozbe/simdjson' - pod 'ReactNativeUiLib', :path => '../node_modules/react-native-ui-lib/lib' $RNFirebaseAnalyticsWithoutAdIdSupport = true config = use_native_modules! diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 3e52ef4ef..253f1b86b 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -653,7 +653,7 @@ DEPENDENCIES: - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - "ReactNativeART (from `../node_modules/@react-native-community/art`)" - - ReactNativeUiLib (from `../node_modules/react-native-ui-lib/lib`) + - ReactNativeUiLib (from `../node_modules/react-native-ui-lib`) - rn-extensions-share (from `../node_modules/rn-extensions-share`) - rn-fetch-blob (from `../node_modules/rn-fetch-blob`) - RNBootSplash (from `../node_modules/react-native-bootsplash`) @@ -831,7 +831,7 @@ EXTERNAL SOURCES: ReactNativeART: :path: "../node_modules/@react-native-community/art" ReactNativeUiLib: - :path: "../node_modules/react-native-ui-lib/lib" + :path: "../node_modules/react-native-ui-lib" rn-extensions-share: :path: "../node_modules/rn-extensions-share" rn-fetch-blob: @@ -969,7 +969,7 @@ SPEC CHECKSUMS: React-runtimeexecutor: d5498cfb7059bf8397b6416db4777843f3f4c1e7 ReactCommon: 1974dab5108c79b40199f12a4833d2499b9f6303 ReactNativeART: 78edc68dd4a1e675338cd0cd113319cf3a65f2ab - ReactNativeUiLib: 3a87fbe71752ce023a1f337b145dbdcf515cf45b + ReactNativeUiLib: 511a5eb03809a0b27f6aefa2b4d6f7c2d6ae4053 rn-extensions-share: 5fd84a80e6594706f0dfa1884f2d6d591b382cf5 rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba RNBootSplash: 7e91ea56c7010aae487489789dbe212e8c905a0c @@ -1001,6 +1001,6 @@ SPEC CHECKSUMS: WatermelonDB: 577c61fceff16e9f9103b59d14aee4850c0307b6 Yoga: 7929b92b1828675c1bebeb114dae8cb8fa7ef6a3 -PODFILE CHECKSUM: 670cc455843e2a5aeeaabfba29cc1194a8948056 +PODFILE CHECKSUM: 0dc489a0c4bec783a132693070c2d02e2ca6b0db COCOAPODS: 1.11.3 diff --git a/package.json b/package.json index 037c5c505..303595d7e 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "react-native-skeleton-placeholder": "^5.2.3", "react-native-slowlog": "^1.0.2", "react-native-svg": "^13.8.0", - "react-native-ui-lib": "RocketChat/react-native-ui-lib#master-7.2", + "react-native-ui-lib": "RocketChat/react-native-ui-lib#7.2.0", "react-native-vector-icons": "9.1.0", "react-native-webview": "10.3.2", "react-redux": "^8.0.5", diff --git a/yarn.lock b/yarn.lock index 922cc0199..8ea502acd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17605,9 +17605,9 @@ react-native-text-size@4.0.0-rc.1: resolved "https://registry.yarnpkg.com/react-native-text-size/-/react-native-text-size-4.0.0-rc.1.tgz#1e048d345dd6a5a8e1269e0585c1a5948c478da5" integrity sha512-CysqjU2jK6Yc+a+kEI222pUyTY2ywcU2HqbFqf1KHymW6OPTdvBBHqbEJKL0QiLhQaFYDbqicM+h990s9TP00g== -react-native-ui-lib@RocketChat/react-native-ui-lib#master-7.2: +react-native-ui-lib@RocketChat/react-native-ui-lib#7.2.0: version "7.0.0" - resolved "https://codeload.github.com/RocketChat/react-native-ui-lib/tar.gz/a08c2c6ed2dda56ae6e38a5f3af2630043689ca0" + resolved "https://codeload.github.com/RocketChat/react-native-ui-lib/tar.gz/ed4448045fb962dc71877256dc7a27be8d97d043" dependencies: babel-plugin-transform-inline-environment-variables "^0.0.2" color "^3.1.0"