react-native-material-ui icon indicating copy to clipboard operation
react-native-material-ui copied to clipboard

search does not show keyboard

Open adhicl opened this issue 6 years ago • 0 comments

Hi, I have been trying to automatically do search when user enter screen. I am using react-navigation with its stack navigation and I set isSearchActive value in toolbar to true and autofocus to searchable that show the search bar and the search text input is focused on (the cursor is there) But the problem is the android keyboard does not automatically show up. I need to tap on the search bar to show the keyboard. Do you have any solution?

adhicl avatar Dec 11 '19 13:12 adhicl