react-native-onesignal
react-native-onesignal copied to clipboard
React Native Library for OneSignal Push Notifications Service
**Description:** After several days of inactivity of my project, i wanted to build a released version of it. No other changes were made in that time other than api url...
**Description:** I do not want the permission request that you open the application. **Environment** "react-native": "0.68.2", "react-native-onesignal": "^4.3.11", **Code:**
**Description:** On iPhone and android, just after accepting the notifications from the popup `OneSignal.promptForPushNotificationsWithUserResponse();` I have the attached notification  **Environment** "react": "18.0.0", "react-native": "0.69.3", "react-native-onesignal": "^4.4.0", Issue on iOS...
**Description:** Hello everyone, After having followed your [documentation](https://documentation.onesignal.com/docs/react-native-sdk-setup) and after having set `config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO'` within the `Podfile`, i started to receive the following errors during the build. ``` Undefined...
**Description:** We are using data tags to tag users with different attributes. The issue we noticed is: 1. User logs in into the app, if data tag is not present,...
**Description:** I created a setInAppMessageClickHandler in my bottom navigation. I want to clear this listener when user logout. How can I do that **Environment** "react-native-onesignal": "4.3.8" package manager: yarn **Steps...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from [lodash's releases](https://github.com/lodash/lodash/releases). 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in [compare view](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
**Description:** I am using Expo and the latest onesignal sdk for the notifications. The notifications are working fine for the android devices. But I am not receiving any notifications on...