[FIX] ReactNativeUiLib are not installed after run pod install (#3882)
* fix ReactNativeUiLib not installed when run pod install * committing Podfile.lock
This commit is contained in:
parent
7bf0de5825
commit
654e3c226e
|
@ -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!(
|
||||
|
|
|
@ -1053,6 +1053,6 @@ SPEC CHECKSUMS:
|
|||
Yoga: 575c581c63e0d35c9a83f4b46d01d63abc1100ac
|
||||
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||
|
||||
PODFILE CHECKSUM: 9fd323641c96f6bf98b309066332c3ff95b9cf15
|
||||
PODFILE CHECKSUM: 9a08139598e951c19d2daf7ac39687272634d547
|
||||
|
||||
COCOAPODS: 1.11.2
|
||||
|
|
Loading…
Reference in New Issue