Replace IQKeyboardManager to IQKeyboardManagerSwift

This commit is contained in:
Douglas Nassif Roma Junior
2020-08-27 11:27:50 -03:00
parent 5e9d521069
commit ed7d5ff8c0
2 changed files with 2 additions and 2 deletions

View File

@@ -20,5 +20,5 @@ Pod::Spec.new do |s|
s.dependency 'React'
s.dependency 'React-RCTText'
s.dependency 'IQKeyboardManager', iqVersion
s.dependency 'IQKeyboardManagerSwift', iqVersion
end

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-manager",
"version": "6.5.4-alpha.0",
"version": "6.5.4-alpha.1",
"description": "Library that allows to prevent issues of keyboard sliding up and cover on React-Native iOS projects. ⚛",
"private": false,
"types": "index.d.ts",