my fork of the bluesky client

focus search input on soft reset in mobile (#5732)

authored by

rshigg and committed by
GitHub
56a88098 61e97d69

+1
+1
src/view/screens/Search/Search.tsx
··· 805 } else { 806 setSearchText('') 807 navigation.setParams({q: ''}) 808 } 809 }, [navigation]) 810
··· 805 } else { 806 setSearchText('') 807 navigation.setParams({q: ''}) 808 + textInput.current?.focus() 809 } 810 }, [navigation]) 811