React native – How to override behaviour for IME_ACTION_PREVIOUS in ReactTextInputManager?
Taking a look at this line it seems like all of actions in IME_MASK_ACTION trigger the submit event. I'd like to override this behaviour to make the IME_ACTION_PREVIOUS action work as a "back" button and dismiss the keyboard. Does anybody…