mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
Merge pull request #6026 from BlueWallet/search
FIX: SearchBar wasnt visible on Currency screen
This commit is contained in:
commit
cbc80c4173
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const Currency = () => {
|
|||
|
||||
useLayoutEffect(() => {
|
||||
setOptions({
|
||||
searchBar: {
|
||||
headerSearchBarOptions: {
|
||||
onChangeText: event => setSearch(event.nativeEvent.text),
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue