Keyboard order - React Native
React Native has implemented all Android keyboard focus properties.
nextFocusForward
: specify the next element to move focus tonextFocusUp
: specify which element should receive focus when navigating upnextFocusDown
: specify which element should receive focus when navigating downnextFocusLeft
: specify which element should receive focus when navigating leftnextFocusRight
: specify which element should receive focus when navigating right
It seems that none of the iOS keyboard focus properties have been implemented by React Native.
Not available, contribute!