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
A ReactInstanceManager can be shared amongst multiple activities and/or fragments. You will want to make your own ReactFragment or ReactActivity and have a singleton holder that holds a ReactInstanceManager. When you need the ReactInstanceManager (e.g., to hook up the ReactInstanceManager to the lifecycle of those Activities or Fragments) use the one provided by the singleton.
ReactInstanceManager can be reuse in diffrent activity or fragment.
But it seems one ReactInstanceManager can only load one js bundle.
So how can I reuse ReactInstanceManager to load another js bundle ?
The text was updated successfully, but these errors were encountered:
As the document has said:
A ReactInstanceManager can be shared amongst multiple activities and/or fragments. You will want to make your own ReactFragment or ReactActivity and have a singleton holder that holds a ReactInstanceManager. When you need the ReactInstanceManager (e.g., to hook up the ReactInstanceManager to the lifecycle of those Activities or Fragments) use the one provided by the singleton.
ReactInstanceManager can be reuse in diffrent activity or fragment.
But it seems one ReactInstanceManager can only load one js bundle.
So how can I reuse ReactInstanceManager to load another js bundle ?
The text was updated successfully, but these errors were encountered: