Closed stephenkopylov closed 6 years ago
Added instructions to Readme
Yep, I've seen.
In case when user uses cocoapods it will be handled by it, otherwise it will use your, included IQKeyboardManager.
It's actually a one and only proper way to handle dependencies in cocoapods.
UPD: and yep, it works with charm this way =)
Great, thanks.
I'm going to release a version in a few hours.
@douglasjunior Perfect. Thank you!
Added a proper podspec for using with cocoapods.
Actually, this is the only way to link the library with project without suffering and this shitty "<RCT***.h> not found" errors
Usage: pod 'RNKeyboardManager', :path => '../node_modules/react-native-keyboard-manager'