From 654e3c226e293a1b388388b5cdc0a9d06826fbf5 Mon Sep 17 00:00:00 2001 From: Alex Junior Date: Mon, 14 Mar 2022 10:59:13 -0300 Subject: [PATCH] [FIX] ReactNativeUiLib are not installed after run pod install (#3882) * fix ReactNativeUiLib not installed when run pod install * committing Podfile.lock --- ios/Podfile | 1 + ios/Podfile.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 83f91afbc..7b60993ad 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -6,6 +6,7 @@ require_relative '../node_modules/react-native-unimodules/cocoapods.rb' 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' config = use_native_modules! use_unimodules! use_react_native!( diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 7f6b2189c..f8d86561f 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1053,6 +1053,6 @@ SPEC CHECKSUMS: Yoga: 575c581c63e0d35c9a83f4b46d01d63abc1100ac YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 9fd323641c96f6bf98b309066332c3ff95b9cf15 +PODFILE CHECKSUM: 9a08139598e951c19d2daf7ac39687272634d547 COCOAPODS: 1.11.2