React Native OneSignal SDK. Latest version: 5.2.9, last published: 2 months ago. Start using react-native-onesignal in your project by running `npm i react-native-onesignal`. There are 20 other projects in the npm registry using react-native-onesignal.
react-native-onesignal.podspec tsconfig.json yarn.lock README License React Native OneSignal SDK ⚠️Migration Advisory for current OneSignal customers Our newuser-centric APIs and v5.x.x SDKsoffer an improved user and data management experience. However, they may not be at 1:1 feature pari...
"react-native-lottie-splash-screen": "^0.1.14", "react-native-onesignal": "^4.3.8", "react-native-picker-select": "^8.0.4", "react-native-radial-gradient": "^1.0.9", "react-native-read-more-text": "^1.1.2", "react-native-reanimated": "^2.3.1", "react-native-restart": "^...
Phone: 6.0.1 react-native 0.49.5 minSdkVersion: 16 targetSdkVersion: 22 react-native-onesignal: 3.0.7 Contributor avishayil commented on Jan 22, 2018 Please make sure that you don't have multiple permission declarations in your Manifest. avishayil closed this on Jan 22, 2018 Sign up ...
I'm using the new methodOneSignal.login(externalId)in"react-native-onesignal": "5.0.0"and docs says It is set when calling the OneSignal.login method, which will associate the current push subscription to the user that can be identified via alias external_id=USER_EXTERNAL_ID. ...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Basil-Code / react-native-onesignal Public forked from OneSignal/react-native-onesignal Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
yarn add react-native-onesignal If you frogot to run the following command after you have built your project, you can fix this by running expo prebuild --clean. This should delete android and ios and do a clean native build, then run the yarn add react-native-onesignal. Configuration in...
Description: I am on a fresh install of React Native (0.67.1). I've configured and imported a fresh install of react-native-onesignal (4.3.6). The moment I import the react-native-onesignal package, regardless of any method from the OneS...
We address Android 12 (targetSdkversion: 31) in the react-native-onesignal 4.0.0 release. @daviluisbCan yo update to the latest react-native-onesignal 4.x.x SDK? It is required to address this issue, see the migration guide to do so:https://documentation.onesignal.com/docs/step-by-ste...
Push Notifications start to work properly Alternative: I've tried to use`OneSignal.Notifications.requestPermission`instead of`PermissionsAndroid.request`assuming it might impact some internal logic of OneSignal and start to work, but it was even worse:1.Install`react-native-onesignal`v5.0.12.Create`...