In react-native, when user click to button it should go to typing mode i.e. whenever user will click to the button the software keyboard should turn on and cursor should go to typing mode i.e cursor should point out the TextInput. that means i want the function which is opposite of keyboard.dismiss().
<Button>Typing mode </Button>
<TextInput/>