mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
FIX: SearchBar wasnt visible on Currency screen
This commit is contained in:
parent
d478a886be
commit
589e13ac7d
@ -47,7 +47,7 @@ const Currency = () => {
|
||||
|
||||
useLayoutEffect(() => {
|
||||
setOptions({
|
||||
searchBar: {
|
||||
headerSearchBarOptions: {
|
||||
onChangeText: event => setSearch(event.nativeEvent.text),
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user