const keyboard = useKeyboard()
this hook cause re-render all component too many on keyboard show and dismiss
after remove it, my app is working properly not re-render on keyboard show and hide
it work fine in android but not work in iOS
could you fixed this hook.
thank you very much