Skip to content

Commit

Permalink
Mark ReactInstanceManager and ReactInstanceManagerBuilder as Stable (f…
Browse files Browse the repository at this point in the history
…acebook#41099)

Summary:

Mark ReactInstanceManager and ReactInstanceManagerBuilder as Stable

bypass-github-export-checks

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D50338305
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 23, 2023
1 parent 5644f92 commit 06682c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
import com.facebook.react.common.LifecycleState;
import com.facebook.react.common.ReactConstants;
import com.facebook.react.common.SurfaceDelegateFactory;
import com.facebook.react.common.annotations.StableReactNativeAPI;
import com.facebook.react.common.annotations.VisibleForTesting;
import com.facebook.react.config.ReactFeatureFlags;
import com.facebook.react.devsupport.DevSupportManagerFactory;
Expand Down Expand Up @@ -133,6 +134,7 @@
* <p>To instantiate an instance of this class use {@link #builder}.
*/
@ThreadSafe
@StableReactNativeAPI
public class ReactInstanceManager {

private static final String TAG = ReactInstanceManager.class.getSimpleName();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import com.facebook.react.bridge.NotThreadSafeBridgeIdleDebugListener;
import com.facebook.react.common.LifecycleState;
import com.facebook.react.common.SurfaceDelegateFactory;
import com.facebook.react.common.annotations.StableReactNativeAPI;
import com.facebook.react.devsupport.DefaultDevSupportManagerFactory;
import com.facebook.react.devsupport.DevSupportManagerFactory;
import com.facebook.react.devsupport.interfaces.DevBundleDownloadListener;
Expand All @@ -40,6 +41,7 @@
import java.util.Map;

/** Builder class for {@link ReactInstanceManager} */
@StableReactNativeAPI
public class ReactInstanceManagerBuilder {

private static final String TAG = ReactInstanceManagerBuilder.class.getSimpleName();
Expand Down

0 comments on commit 06682c1

Please sign in to comment.