Before submitting a new issue
Bug summary
I'm working around with react-native-permissions. According to the readme of react-native-permissions, POST_NOTIFICATIONS is included in the Android permission list, but it does not exist in the actual source code. I confirmed that it exists correctly in version 4.x.
Library version
5.x
Environment info
I've tested in react-native 0.78.1
Steps to reproduce
- …
- …
Reproducible sample code
import { checkMultiple, openSettings, PERMISSIONS, requestMultiple, RESULTS } from 'react-native-permissions';
const AndroidPermissionList = [
PERMISSIONS.ANDROID.POST_NOTIFICATIONS
];