Android 13: PermissionsAndroid not showing android.permission.POST_NOTIFICATIONS
See original GitHub issueDescription
In the latest version of PermissionsAndroid it is stated that latest android permission for android push notifications is available but latest react native version 0.70.1 still not contain this permission. This permission is important to be released because android 13 requires this permission for push notifications now and it is available in code base but not released yet.
Version
0.70.1
Output of npx react-native info
System: OS: macOS 12.6 CPU: (8) x64 Apple M1 Memory: 24.18 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 14.18.1 - ~/.nvm/versions/node/v14.18.1/bin/node Yarn: 1.22.18 - /opt/homebrew/bin/yarn npm: 6.14.15 - ~/.nvm/versions/node/v14.18.1/bin/npm Watchman: 2022.03.21.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0 Android SDK: Not Found IDEs: Android Studio: 2021.2 AI-212.5712.43.2112.8512546 Xcode: 14.0/14A309 - /usr/bin/xcodebuild Languages: Java: javac 15 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 18.1.0 => 18.1.0 react-native: 0.70.1 => 0.70.1 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Steps to reproduce
- Create a new project
- see the latest version of react native in packages.json it should be 0.70.1
- Follow steps here to trigger android permission
Snack, code example, screenshot, or link to a repository
Guide for triggering android permissions https://reactnative.dev/docs/permissionsandroid
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
Are you using the TypeScript template? If so, can you share your
NotifPermissionPOC
project so we can take a look at it?This file has been merged yesterday on
main
so you won’t be using it till we release a new version of React Native (0.71.x).