We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f395c9 + e0d52fb commit ce3c4e3Copy full SHA for ce3c4e3
README.md
@@ -42,8 +42,8 @@ const options = {
42
appName: 'My app name',
43
},
44
android: {
45
- title: 'Permissions required',
46
- description: 'This application needs to access your phone accounts',
+ alertTitle: 'Permissions required',
+ alertDescription: 'This application needs to access your phone accounts',
47
cancelButton: 'Cancel',
48
okButton: 'ok',
49
}
0 commit comments