You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ios): warn on unsupported updateReferencedAssets, add asset types to OOB example
Experimental backend logs a warning when updateReferencedAssets is called
since the concurrency API cannot update already-bound artboard assets.
Add explicit type fields to OutOfBandAssets example to suppress inference
warnings. Bundle kanit_regular.ttf font in expo examples via expo-font.
awaitExperimentalAssetLoader.registerAssets(referencedAssets, on: worker)
159
-
}
152
+
RCTLogWarn("[Rive] updateReferencedAssets is not supported with the experimental backend — already-rendered artboards cannot be updated. Use the legacy backend for runtime asset swapping.")
0 commit comments