Skip to content

Commit

Permalink
api test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
acoates-ms committed May 23, 2024
1 parent 0dac79c commit 58a4a6e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6516,6 +6516,7 @@ exports[`public API should not change unintentionally Libraries/ReactNative/AppC
initialProps?: { ... },
showArchitectureIndicator?: boolean,
WrapperComponent?: ?React.ComponentType<any>,
rootViewStyle?: ?ViewStyleProp,
internal_excludeLogBox?: boolean,
internal_excludeInspector?: boolean,
|}>;
Expand Down Expand Up @@ -6583,6 +6584,7 @@ export type WrapperComponentProvider = (
) => React$ComponentType<any>;
declare const AppRegistry: {
setWrapperComponentProvider(provider: WrapperComponentProvider): void,
setRootViewStyleProvider(provider: RootViewStyleProvider): void,
enableArchitectureIndicator(enabled: boolean): void,
registerConfig(config: Array<AppConfig>): void,
registerComponent(
Expand Down Expand Up @@ -6921,6 +6923,7 @@ exports[`public API should not change unintentionally Libraries/ReactNative/rend
initialProps: Props,
rootTag: any,
WrapperComponent?: ?React.ComponentType<any>,
rootViewStyle?: ?ViewStyleProp,
fabric?: boolean,
showArchitectureIndicator?: boolean,
scopedPerformanceLogger?: IPerformanceLogger,
Expand Down

0 comments on commit 58a4a6e

Please sign in to comment.