Merge branch 'master' into searchlist

This commit is contained in:
Marcos Rodriguez Velez 2024-01-20 17:58:10 -04:00
commit a7595d710c
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

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