react-native-tip
react-native-tip copied to clipboard
Can we make it so that it doesn't close the keyboard if the keyboard is open
Currently, I added tip view below textinput and I am showing tip if user enters more than 30 letters, The issue is it drops the keyboard, An as soon as it does tip trigger component appears twice (most probably because of the keyboard was dropping at the same time). Fixes that can work: Make the tip play nicely with keyboard, Tip can be opened/closed even when the keyboard is visible. If it is gonna drop the keyboard then it should show the tip after that animation/transition is finished. Might be interactionManager can work here.