douglasjunior / react-native-keyboard-manager

⚛ Library to prevent issues of keyboard sliding up and cover inputs on React-Native iOS projects.
https://www.npmjs.com/package/react-native-keyboard-manager
MIT License
952 stars 60 forks source link

Fix dependency declaration in ReactNativeKeyboardManager.podspec #77

Closed markwilcox closed 3 years ago

markwilcox commented 3 years ago

Depending on 'React' target rather than 'React-Core' framework causes linker errors in projects that have use_frameworks! in their podfile.

Fixes #76

douglasjunior commented 3 years ago

Thanks!