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

Apple privacy manifest #108

Closed jbrodriguez closed 5 months ago

jbrodriguez commented 6 months ago

given apple's privacy policy changes, the IOSKeyboardManager repo already made changes

can you upgrade this library to the latest version ?

douglasjunior commented 6 months ago

Sure! Thank you for the advice.

charbelfaraheurisko commented 5 months ago

Can we have this package updated? As we need to comply with the App Store rules and we may get rejected because of this privacy manifest not being included

https://developer.apple.com/news/?id=3d8a9yyh https://developer.apple.com/support/third-party-SDK-requirements/

douglasjunior commented 5 months ago

I will make this update today.

I apologize for the delay, but I have been very busy the last few days.

As a workaround you can force the IQKeyboardManager update by adding this line on the ios/Podfile:

pod 'IQKeyboardManagerSwift', '6.5.18'
douglasjunior commented 5 months ago

Done: https://github.com/douglasjunior/react-native-keyboard-manager/releases/tag/7.0.2-0

Please, take a look at https://github.com/douglasjunior/react-native-keyboard-manager/releases/tag/6.5.16-0

douglasjunior commented 5 months ago

Guys, I'm sorry, but I need to temporarily downgrade to IQKeyboardManager version 6.5.16 due to incompatibility with RN ScrollView.

Please, take a look at the new Relase info: https://github.com/douglasjunior/react-native-keyboard-manager/releases/tag/6.5.16-0