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
RootTags are defined by the registry and then being used to init the native DOM.
This can be removed and reduced by handling the registry task in the library as well but the blocking factor is that
creating a root fiber node requires the global defs from the react library but then that's not exposed or exported
and so if we do use the legacy library to define the root container then we might get version locked to react-native's current version
either way, need to see how feasible it's going to be
The text was updated successfully, but these errors were encountered:
RootTags are defined by the registry and then being used to init the native DOM.
This can be removed and reduced by handling the registry task in the library as well but the blocking factor is that
creating a root fiber node requires the global defs from the react library but then that's not exposed or exported
and so if we do use the legacy library to define the root container then we might get version locked to react-native's current version
either way, need to see how feasible it's going to be
The text was updated successfully, but these errors were encountered: