About 4,850,000 results
Open links in new tab
  1. How to ask for notifications permission on Android using react-native

    Jul 19, 2023 · My project is running on react-native 0.68.5 and I can't upgrade it, is there a way to ask for notifications using this react native version? Right now it's working with previous …

  2. PermissionsAndroid - React Native

    6 days ago · If a user has previously turned off a permission that you prompt for, the OS will advise your app to show a rationale for needing the permission. The optional rationale …

  3. Handling Android 13+ Notification Permissions in React Native

    Feb 5, 2025 · Learn how to manage Android 13+ notification permissions in React Native using JavaScript and native Android code for seamless push notifications.

  4. Notification permissions for Android Applications in react-native.

    Apr 15, 2023 · Developers are facing a lot of issues with push notification permissions. Here are things you need to know.

  5. react-native-permissions - npm

    By default, no permissions are available. First, require the setup script in your Podfile: In the same Podfile, call setup_permissions with the permissions you need. Only the permissions specified …

  6. How to Implement Push Notifications in React Native for …

    Dec 22, 2024 · Permissions are critical for enabling push notifications. Here’s how to set up a prompt when a user clicks a button (e.g., "Remind Me") to request notification permissions.

  7. Asking Notification Permission in Android 13 for a React Native ...

    In this post we will look into how we can ask the user to allow notifications in the android part in our react native app when the user has Android version 13 and above installed in their device.

  8. Ask Notification Permission. : r/reactnative - Reddit

    Jul 18, 2023 · A community for learning and developing native mobile applications using React Native by Facebook.

  9. Notification runtime permission | Views | Android Developers

    5 days ago · To request the new notification permission from your app, update your app to target Android 13 and complete a similar process compared to requesting other runtime permissions, …

  10. Why won't my React Native Expo app prompt the user to give permission

    Oct 28, 2022 · Following the docs here, I set up notifications for my app, including Firebase Cloud Messaging. In my code, which is mostly taken from the docs, I check for notifications …