Closed actuallydan closed 3 years ago
When a component mounts with an Input, make sure we focus it. Using screens/AddUser/index.js as an example.
Input
screens/AddUser/index.js
Most of the Inputs are going to be in the screens/*/index.js files. Some key screens are:
screens/*/index.js
/components/ChatInput.js
When a component mounts with an
Input
, make sure we focus it. Usingscreens/AddUser/index.js
as an example.Most of the Inputs are going to be in the
screens/*/index.js
files. Some key screens are:/components/ChatInput.js