I have a screen in my React Native application in which I have few text fields.
I was wondering if there is any way in which on screen load my keyword opens automati
This seems to be working in my simulator. Have not confirmed on a real device.
constructor(props) {
super(props);
this.buildNameTextInput = React.createRef();
}
{
this.buildNameTextInput = true
this.props.setSaveBuildModal(true)
}}
>
Save Build
this.props.setCurrentBuildName(buildName)}
value={this.props.buildName}
/>