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/buildiOS:
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.