Keyboard order - React Native

React Native has implemented all Android keyboard focus properties.

  • nextFocusForward: specify the next element to move focus to
  • nextFocusUp: specify which element should receive focus when navigating up
  • nextFocusDown: specify which element should receive focus when navigating down
  • nextFocusLeft: specify which element should receive focus when navigating left
  • nextFocusRight: 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!