Closed gabrielbuzziv closed 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.
KeyboardManager.setEnable(false);
componentDidMount
I`ve installed the package using cocoapods.
Did you find a solution?
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 mycomponentDidMount
and nothing happens.I`ve installed the package using cocoapods.