react-native-rich-editor
react-native-rich-editor copied to clipboard
initialFocus set to false is ignored
I'm having a problem where initialFocus={false}
is being ignored, and my editor is automatically focused when I navigate to the screen that contains it. About 85% of the time it is automatically blurred as well. I'm not focusing or blurring it anywhere in my code.
I think I found the problem here, at least for the focus (still not sure why it was getting auto-blurred). PR incoming
Seeing the same issue.
Please merge!
I am facing the same problem. DId anyone find any way around it?