[core][iOS] Using shared ref as a prop (#24431)
[core][iOS] Implement shared refs (#22583)
[core][iOS] Fix crashes that occurred on realod (#22342)# Why In the workshop app when we reload the js code, the app crashes. This 'PR' aims to fix that. # How Clearing all JavaScript obj
[core][iOS] Fix crashes that occurred on realod (#22342)# Why In the workshop app when we reload the js code, the app crashes. This 'PR' aims to fix that. # How Clearing all JavaScript objects before deallocating the bridge is crucial to ensure proper functionality. # Test Plan - workshop app ✅
show more ...
[core][ios] Make SharedObject initializer public (#20588)
[ios] Add the registry for shared objects (#17514)