| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @rnx-kit_react-native-host@0.5.17 source code.tar.gz | 2026-05-19 | 3.2 MB | |
| @rnx-kit_react-native-host@0.5.17 source code.zip | 2026-05-19 | 4.3 MB | |
| README.md | 2026-05-19 | 489 Bytes | |
| Totals: 3 Items | 7.5 MB | 0 | |
Patch Changes
- 9d9e5a6: Don't include bridge code in bridgeless mode
-
6171b84: fix(react-native-host): Various build fixes
- Rename inner
strongSelfin-setBridge:toinnerStrongSelfso it no longer shadows the outer. - Gate
#import <React/RCTCxxBridgeDelegate.h>behind#if !USE_BRIDGELESSto match the already-conditional protocol conformance. - Drop the stray
;before the-viewWithModuleName:initialProperties:body.
- Rename inner