Skip to content

Commit

Permalink
[FIX] ReactNativeUiLib are not installed after run pod install (#3882)
Browse files Browse the repository at this point in the history
* fix ReactNativeUiLib not installed when run pod install

* committing Podfile.lock
  • Loading branch information
AlexAlexandre authored Mar 14, 2022
1 parent 7bf0de5 commit 654e3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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!(
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,6 @@ SPEC CHECKSUMS:
Yoga: 575c581c63e0d35c9a83f4b46d01d63abc1100ac
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 9fd323641c96f6bf98b309066332c3ff95b9cf15
PODFILE CHECKSUM: 9a08139598e951c19d2daf7ac39687272634d547

COCOAPODS: 1.11.2

0 comments on commit 654e3c2

Please sign in to comment.