Revize cbf81c55
Přidáno uživatelem Schwobik před téměř 2 roky(ů)
src/pages/Navigation.tsx | ||
---|---|---|
39 | 39 |
}, |
40 | 40 |
headerRight: () => ( |
41 | 41 |
<IconButton |
42 |
onPress={() => navigation.navigate("Search")} |
|
42 |
onPress={() => navigation.navigate("Search", {inventoryId: null})}
|
|
43 | 43 |
title="Info" |
44 | 44 |
color="#fff" |
45 | 45 |
_icon={{ |
Také k dispozici: Unified diff
General fixes, splashscreen, homepage, searchpage
re #10715