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
chore(ios): remove dead code in experimental runtime (#290)
Removes unreachable and never-populated code from the experimental iOS
backend.
- Drop `eventListeners`, `addEventListener`, `removeEventListeners` from
`RiveReactNativeView` — the Hybrid layer throws before these are ever
called
- Drop `listenerTasks` from `HybridViewModelListProperty` and
`HybridViewModelImageProperty` — the dict is declared and torn down but
never populated
0 commit comments