PermissionsAndroid request - missing dismiss button for initial dialog (or custom buttons) #19327
Closed
2 of 3 tasks
Labels
Platform: Android
Android applications.
Platform: Linux
Building on Linux.
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
I seen this had already been reported #13920 but had been closed so reopening this.
The dialog produced when requesting permissions isn't user friendly. There's no option to dismiss the dialog and so may seem confusing to the users.
An quick fix would be to include a dismiss button automatically but an additional field along with 'title' and 'message' called 'button' would be great for having custom text in the button.
Environment
Environment:
OS: Linux 4.4
Node: 9.4.0
Yarn: Not Found
npm: 5.8.0
Watchman: Not Found
Xcode: N/A
Android Studio: Not Found
Packages: (wanted => installed)
react: ^16.0.0-beta.5 => 16.0.0-beta.5
react-native: ^0.50.4 => 0.50.4
Steps to Reproduce
Add the following function to your project and call it.
Expected Behavior
Expected the dialog to include a dismiss button so they can get to the actual permission dialog.
Actual Behavior
Dialog produced shown below.
The text was updated successfully, but these errors were encountered: