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.
1 parent f9382cd commit 14a4e67Copy full SHA for 14a4e67
README.md
@@ -105,13 +105,13 @@ LocationServicesDialogBox.checkLocationServicesIsEnabled({
105
ok: "YES",
106
cancel: "NO",
107
style: { // (optional)
108
- backgroundColor: '#87a9ea',
+ backgroundColor: '#87a9ea',// (optional)
109
110
- positiveButtonTextColor: '#ffffff',
111
- positiveButtonBackgroundColor: '#5fba7d',
+ positiveButtonTextColor: '#ffffff',// (optional)
+ positiveButtonBackgroundColor: '#5fba7d',// (optional)
112
113
- negativeButtonTextColor: '#ffffff',
114
- negativeButtonBackgroundColor: '#ba5f5f'
+ negativeButtonTextColor: '#ffffff',// (optional)
+ negativeButtonBackgroundColor: '#ba5f5f'// (optional)
115
}
116
}).then(function(success) {
117
console.log(success);
0 commit comments