feat: implement filter state management and enhance order fetching in BarcodeScreen

This commit is contained in:
2025-06-12 22:32:10 +03:00
parent 43ddf76827
commit 2d5d04987b
23 changed files with 245 additions and 290 deletions

View File

@@ -12,7 +12,6 @@ const Hyperlink: React.FC<HyperlinkProps> = ({url, children}) => {
if (supported) {
Linking.openURL(url);
} else {
console.log("Don't know how to open URI: " + url);
}
});
};