From a6f3d684e39f44a5a3b844562e6cc493f96dc91e Mon Sep 17 00:00:00 2001 From: mirsahib Date: Sat, 22 Jan 2022 13:27:00 +0600 Subject: [PATCH] Add missing Rational, [buttonNeutral,buttonNegative,buttonPositive] --- Examples/ExampleAPI25/App.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Examples/ExampleAPI25/App.js b/Examples/ExampleAPI25/App.js index 09d4c5f..deeabfd 100644 --- a/Examples/ExampleAPI25/App.js +++ b/Examples/ExampleAPI25/App.js @@ -49,7 +49,10 @@ export default class App extends Component { PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION, { 'title': 'Wifi networks', - 'message': 'We need your permission in order to find wifi networks' + 'message': 'We need your permission in order to find wifi networks', + buttonNeutral: "Ask Me Later", + buttonNegative: "Cancel", + buttonPositive: "OK" } ) if (granted === PermissionsAndroid.RESULTS.GRANTED) {