Merge pull request #6026 from BlueWallet/search

FIX: SearchBar wasnt visible on Currency screen
This commit is contained in:
GLaDOS 2024-01-20 18:37:28 +00:00 committed by GitHub
commit cbc80c4173
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ const Currency = () => {
useLayoutEffect(() => { useLayoutEffect(() => {
setOptions({ setOptions({
searchBar: { headerSearchBarOptions: {
onChangeText: event => setSearch(event.nativeEvent.text), onChangeText: event => setSearch(event.nativeEvent.text),
}, },
}); });