Manipulating DOM elements within a Javascript Action

1
Hey guys, I’m working on a native mobile app and I’m trying to set up functionality where a field on the screen is auto-focused, and re-focused if someone clicks out of it by accident. I know how it’s done on a web app or hybrid app, but because it’s native mobile and doesn’t have a ‘dom’ I’m at a loss. Any pointers or tips? Thanks in advance!
asked
1 answers
0

It is React Native and .focus() on the control should work.

answered