yarn react-native-onesignal 5.4.0

6 hours ago

Channels: Current

🚀 New Features

  • feat: [SDK-4157] add React Native New Architecture support (TurboModules) (#1920)

⚠️ Testing Notes

When upgrading from a previous version, clean old build artifacts before building:

Android:

rm -rf android/app/build android/app/.cxx android/build

iOS:

rm -rf ios/build ios/Pods
cd ios && pod install && cd ..

Without cleaning, stale codegen or cached build artifacts from the old architecture may cause build failures or runtime errors.

Don't miss a new react-native-onesignal release

NewReleases is sending notifications on new releases.