React native iOS arrow keys
23:33 01 May 2022

enter image description here

I have a page with multiple inputs, is it possible to add those arrow keys button to the keyboard from React native,

so the user can use arrow keys to move between fields.

FYI, I have the same page built in responsive web as well, and it has those arrow keys working prefectly inside the iPhone Chrome browser. Ideally I want to show the arrow keys in the app as well.

Thanks in advance.

ios iphone react-native