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
934 stars 60 forks source link

Upload on app store connect takes unlimited time #79

Closed Lubbock159 closed 2 years ago

Lubbock159 commented 3 years ago

Hello,

I use your module and it works well, but when I want to upload app on app store connect using it, it takes undetermined too long time. When I try to upload without using it it takes 5 minutes and using it more than 1 hour. I tried to upload using transporter app as well and it's the same thing.

Is there any option to add in xcode to solve this problem ?

douglasjunior commented 3 years ago

Hi @Lubbock159 , thanks for the feedback, sorry for delay.

This library is just a bridge for the IQKeyboardManager, and we are using this library in a dozen projects and so far we haven't had this type of problem.

I believe it must be related to some particular setting in your project.