Skip to content

Commit 3f73b8a

Browse files
authored
Fix dependency declaration in ReactNativeKeyboardManager.podspec
Depending on 'React' target rather than 'React-Core' framework causes linker errors in projects that have use_frameworks! in their podfile.
1 parent b0540d1 commit 3f73b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactNativeKeyboardManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.preserve_paths = 'README.md', 'package.json', '*.js'
1919
s.source_files = 'ios/ReactNativeKeyboardManager/**/*.{h,m}'
2020

21-
s.dependency 'React'
21+
s.dependency 'React-Core'
2222
s.dependency 'React-RCTText'
2323
s.dependency 'IQKeyboardManagerSwift', iqVersion
2424
end

0 commit comments

Comments
 (0)