Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OneSignal/react-native-onesignal
React Native Library for OneSignal Push Notifications Service
https://github.com/OneSignal/react-native-onesignal
android ios mobile notifications onesignal onesignal-instructions onesignal-notifications push push-notifications react-native react-native-onesignal
Last synced: 3 months ago
JSON representation
React Native Library for OneSignal Push Notifications Service
- Host: GitHub
- URL: https://github.com/OneSignal/react-native-onesignal
- Owner: OneSignal
- License: other
- Created: 2016-02-19T11:03:31.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T20:17:55.000Z (7 months ago)
- Last Synced: 2024-04-22T01:55:11.192Z (7 months ago)
- Topics: android, ios, mobile, notifications, onesignal, onesignal-instructions, onesignal-notifications, push, push-notifications, react-native, react-native-onesignal
- Language: TypeScript
- Homepage:
- Size: 131 MB
- Stars: 1,554
- Watchers: 51
- Forks: 367
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - react-native-onesignal ★871 - React Native Library for OneSignal Push Notifications Service (iOS + Android) (Components / System)
README
### React Native OneSignal SDK
[![npm version](https://img.shields.io/npm/v/react-native-onesignal.svg)](https://www.npmjs.com/package/react-native-onesignal) [![npm downloads](https://img.shields.io/npm/dm/react-native-onesignal.svg)](https://www.npmjs.com/package/react-native-onesignal)
---
#### ⚠️ Migration Advisory for current OneSignal customers
Our new [user-centric APIs and v5.x.x SDKs](https://onesignal.com/blog/unify-your-users-across-channels-and-devices/) offer an improved user and data management experience. However, they may not be at 1:1 feature parity with our previous versions yet.
If you are migrating an existing app, we suggest using iOS and Android’s Phased Rollout capabilities to ensure that there are no unexpected issues or edge cases. Here is the documentation for each:
- [iOS Phased Rollout](https://developer.apple.com/help/app-store-connect/update-your-app/release-a-version-update-in-phases/)
- [Google Play Staged Rollouts](https://support.google.com/googleplay/android-developer/answer/6346149?hl=en)If you run into any challenges or have concerns, please contact our support team at [email protected]
---
[OneSignal](https://onesignal.com/) is a free email, sms, push notification, and in-app message service for mobile apps. This SDK makes it easy to integrate your native React-Native iOS and/or Android apps with OneSignal.
#### Installation
See the [Setup Guide](https://documentation.onesignal.com/docs/react-native-sdk-setup) for setup instructions.
#### Change Log
See this repository's [release tags](https://github.com/OneSignal/react-native-onesignal/releases) for a complete change log of every released version.
#### Support
Please visit this repository's [Github issue tracker](https://github.com/OneSignal/react-native-onesignal/issues) for feature requests and bug reports related specifically to the SDK.
For account issues and support please contact OneSignal support from the [OneSignal.com](https://onesignal.com) dashboard.#### Demo Project
To make things easier, we have published demo projects in the `/examples` folder of this repository.