Merge pull request #1926 from ecency/nt/tweaks

disabled auto focus
This commit is contained in:
Feruz M 2021-04-16 05:35:51 +03:00 committed by GitHub
commit 49360ca751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ const TagResultScreen = ({ navigation }) => {
<SearchInput
showClearButton={true}
onBackPress={_navigationGoBack}
editable={true}
autoFocus={false}
onChangeText={_setTag}
value={tag}
prefix="#"