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
971 stars 59 forks source link

KeyboardManager methods not working #37

Closed gabrielbuzziv closed 6 years ago

gabrielbuzziv commented 6 years ago

I've installed the package on project, is working, but i have a specific place that i need to disable the KeyboardManager, but isn`t.

I added KeyboardManager.setEnable(false); to my componentDidMount and nothing happens.

I`ve installed the package using cocoapods.

pie6k commented 2 years ago

Did you find a solution?