Our new user-centric APIs and v5.x.x SDKs 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:
If you run into any challenges or have concerns, please contact our support team at support@onesignal.com
OneSignal 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.
- React Native
>=0.79.0for5.4.xand later. The TurboModule registers itself through thecodegenConfig.ios.modulesProviderfield added in React Native 0.79, so earlier versions will throwTurboModuleRegistry.getEnforcing(...): 'OneSignal' could not be foundat runtime when the New Architecture is enabled. Apps on React Native0.76–0.78(including Expo SDK 52) should stay on5.3.x, which uses the legacy bridge module and works on the New Architecture via the interop layer.
See the Setup Guide for setup instructions.
See this repository's release tags for a complete change log of every released version.
Please visit this repository's Github issue tracker for feature requests and bug reports related specifically to the SDK. For account issues and support please contact OneSignal support from the OneSignal.com dashboard.
To make things easier, we have published some demo projects in the /examples folder of this repository.
