| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.4.0 source code.tar.gz | 2026-03-18 | 2.0 MB | |
| 5.4.0 source code.zip | 2026-03-18 | 2.1 MB | |
| README.md | 2026-03-18 | 539 Bytes | |
| Totals: 3 Items | 4.0 MB | 1 | |
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:
:::bash
rm -rf android/app/build android/app/.cxx android/build
iOS:
:::bash
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.