Closed nitrique closed 6 years ago
This is documented in the options for navigate()
, for example:
launchnavigator.navigate(destination, {
appSelection: {
dialogHeaderText: "Select app for navigation",
cancelButtonText: "Cancel",
rememberChoice: {
prompt: {
headerText: "Remember your choice?",
bodyText: "Use the same app for navigating next time?",
yesButtonText: "Yes",
noButtonText: "No"
}
}
}
});
Hi, In first, thank you so much for your work !
Can we have a good method to translate this:
Nicolas