feat: add/remove bookmarks

This commit is contained in:
Adrian Castro
2024-03-26 12:34:30 +01:00
parent e15c76e2b6
commit f296cffb06
5 changed files with 36 additions and 10 deletions

View File

@@ -62,12 +62,14 @@ export default function SettingsScreen() {
toastController.show("Update available", {
burntOptions: { preset: "none" },
native: true,
duration: 500,
});
await Linking.openURL(url);
} else {
toastController.show("No updates available", {
burntOptions: { preset: "none" },
native: true,
duration: 500,
});
}
};