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:
Pull Request resolved: facebook#41099

Mark ReactInstanceManager and ReactInstanceManagerBuilder as Stable

bypass-github-export-checks

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D50338305

fbshipit-source-id: 6b35c675048170c9dfd9d8aee02d40f34c4d3eb4
  • Loading branch information
mdvacca authored and Othinn committed Oct 30, 2023
1 parent 5d29594 commit dfde311
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 dfde311

Please sign in to comment.