mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +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(() => {
|
useLayoutEffect(() => {
|
||||||
setOptions({
|
setOptions({
|
||||||
searchBar: {
|
headerSearchBarOptions: {
|
||||||
onChangeText: event => setSearch(event.nativeEvent.text),
|
onChangeText: event => setSearch(event.nativeEvent.text),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue