Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/ActivityIndicatorViewNativeComponent';
export {default} from '../../../src/private/specs_DEPRECATED/components/ActivityIndicatorViewNativeComponent';
export * from '../../../src/private/components/activityindicator/specs/ActivityIndicatorViewNativeComponent';
export {default} from '../../../src/private/components/activityindicator/specs/ActivityIndicatorViewNativeComponent';
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/AndroidDrawerLayoutNativeComponent';
export {default} from '../../../src/private/specs_DEPRECATED/components/AndroidDrawerLayoutNativeComponent';
export * from '../../../src/private/components/drawerlayoutandroid/specs/AndroidDrawerLayoutNativeComponent';
export {default} from '../../../src/private/components/drawerlayoutandroid/specs/AndroidDrawerLayoutNativeComponent';
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/ProgressBarAndroidNativeComponent';
export {default} from '../../../src/private/specs_DEPRECATED/components/ProgressBarAndroidNativeComponent';
export * from '../../../src/private/components/progressbarandroid/specs/ProgressBarAndroidNativeComponent';
export {default} from '../../../src/private/components/progressbarandroid/specs/ProgressBarAndroidNativeComponent';
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/AndroidSwipeRefreshLayoutNativeComponent';
export {default} from '../../../src/private/specs_DEPRECATED/components/AndroidSwipeRefreshLayoutNativeComponent';
export * from '../../../src/private/components/refreshcontrol/specs/AndroidSwipeRefreshLayoutNativeComponent';
export {default} from '../../../src/private/components/refreshcontrol/specs/AndroidSwipeRefreshLayoutNativeComponent';
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/PullToRefreshViewNativeComponent';
import PullToRefreshViewNativeComponent from '../../../src/private/specs_DEPRECATED/components/PullToRefreshViewNativeComponent';
export * from '../../../src/private/components/refreshcontrol/specs/PullToRefreshViewNativeComponent';
import PullToRefreshViewNativeComponent from '../../../src/private/components/refreshcontrol/specs/PullToRefreshViewNativeComponent';

export default PullToRefreshViewNativeComponent;
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/RCTSafeAreaViewNativeComponent';
export {default} from '../../../src/private/specs_DEPRECATED/components/RCTSafeAreaViewNativeComponent';
export * from '../../../src/private/components/safeareaview/specs/RCTSafeAreaViewNativeComponent';
export {default} from '../../../src/private/components/safeareaview/specs/RCTSafeAreaViewNativeComponent';
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/AndroidHorizontalScrollContentViewNativeComponent';
export {default} from '../../../src/private/specs_DEPRECATED/components/AndroidHorizontalScrollContentViewNativeComponent';
export * from '../../../src/private/components/scrollview/specs/AndroidHorizontalScrollContentViewNativeComponent';
export {default} from '../../../src/private/components/scrollview/specs/AndroidHorizontalScrollContentViewNativeComponent';
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/AndroidSwitchNativeComponent';
export {default} from '../../../src/private/specs_DEPRECATED/components/AndroidSwitchNativeComponent';
export * from '../../../src/private/components/switch/specs/AndroidSwitchNativeComponent';
export {default} from '../../../src/private/components/switch/specs/AndroidSwitchNativeComponent';
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/SwitchNativeComponent';
export {default} from '../../../src/private/specs_DEPRECATED/components/SwitchNativeComponent';
export * from '../../../src/private/components/switch/specs/SwitchNativeComponent';
export {default} from '../../../src/private/components/switch/specs/SwitchNativeComponent';
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/RCTInputAccessoryViewNativeComponent';
export {default} from '../../../src/private/specs_DEPRECATED/components/RCTInputAccessoryViewNativeComponent';
export * from '../../../src/private/components/inputaccessoryview/specs/RCTInputAccessoryViewNativeComponent';
export {default} from '../../../src/private/components/inputaccessoryview/specs/RCTInputAccessoryViewNativeComponent';
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* @format
*/

export * from '../../../src/private/specs_DEPRECATED/components/UnimplementedNativeViewNativeComponent';
export {default} from '../../../src/private/specs_DEPRECATED/components/UnimplementedNativeViewNativeComponent';
export * from '../../../src/private/components/unimplementedview/specs/UnimplementedNativeViewNativeComponent';
export {default} from '../../../src/private/components/unimplementedview/specs/UnimplementedNativeViewNativeComponent';
4 changes: 2 additions & 2 deletions packages/react-native/Libraries/Debugging/DebuggingOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
import type {
ElementRectangle,
TraceUpdate,
} from '../../src/private/specs_DEPRECATED/components/DebuggingOverlayNativeComponent';
} from '../../src/private/components/debuggingoverlay/specs/DebuggingOverlayNativeComponent';

import DebuggingOverlayNativeComponent, {
Commands,
} from '../../src/private/specs_DEPRECATED/components/DebuggingOverlayNativeComponent';
} from '../../src/private/components/debuggingoverlay/specs/DebuggingOverlayNativeComponent';
import View from '../Components/View/View';
import UIManager from '../ReactNative/UIManager';
import StyleSheet from '../StyleSheet/StyleSheet';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @format
*/

export * from '../../src/private/specs_DEPRECATED/components/DebuggingOverlayNativeComponent';
import DebuggingOverlayNativeComponent from '../../src/private/specs_DEPRECATED/components/DebuggingOverlayNativeComponent';
export * from '../../src/private/components/debuggingoverlay/specs/DebuggingOverlayNativeComponent';
import DebuggingOverlayNativeComponent from '../../src/private/components/debuggingoverlay/specs/DebuggingOverlayNativeComponent';

export default DebuggingOverlayNativeComponent;
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @format
*/

export * from '../../src/private/specs_DEPRECATED/components/RCTModalHostViewNativeComponent';
import RCTModalHostViewNativeComponent from '../../src/private/specs_DEPRECATED/components/RCTModalHostViewNativeComponent';
export * from '../../src/private/components/modal/specs/RCTModalHostViewNativeComponent';
import RCTModalHostViewNativeComponent from '../../src/private/components/modal/specs/RCTModalHostViewNativeComponent';

export default RCTModalHostViewNativeComponent;
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../Libraries/StyleSheet/StyleSheet';
import type {WithDefault} from '../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../types/HostComponent';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../../Libraries/StyleSheet/StyleSheet';
import type {WithDefault} from '../../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';

type RCTActivityIndicatorViewNativeProps = Readonly<{
...ViewProps,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {ProcessedColorValue} from '../../../../Libraries/StyleSheet/processColor';
import type {HostComponent} from '../../types/HostComponent';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {ProcessedColorValue} from '../../../../../Libraries/StyleSheet/processColor';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeCommands from '../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from '../../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';
import * as React from 'react';

type DebuggingOverlayNativeProps = Readonly<{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../Libraries/StyleSheet/StyleSheet';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../../Libraries/StyleSheet/StyleSheet';
import type {
DirectEventHandler,
Float,
Int32,
WithDefault,
} from '../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../types/HostComponent';
} from '../../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeCommands from '../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from '../../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';
import * as React from 'react';

type DrawerStateEvent = Readonly<{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../Libraries/StyleSheet/StyleSheet';
import type {HostComponent} from '../../types/HostComponent';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../../Libraries/StyleSheet/StyleSheet';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';

type InputAccessoryNativeProps = Readonly<{
...ViewProps,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {
DirectEventHandler,
Int32,
WithDefault,
} from '../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../types/HostComponent';
} from '../../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';

type OrientationChangeEvent = Readonly<{
orientation: 'portrait' | 'landscape',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../Libraries/StyleSheet/StyleSheet';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../../Libraries/StyleSheet/StyleSheet';
import type {
Double,
WithDefault,
} from '../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../types/HostComponent';
} from '../../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';

type AndroidProgressBarNativeProps = Readonly<{
...ViewProps,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../Libraries/StyleSheet/StyleSheet';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../../Libraries/StyleSheet/StyleSheet';
import type {
DirectEventHandler,
Float,
WithDefault,
} from '../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../types/HostComponent';
} from '../../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeCommands from '../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from '../../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';
import * as React from 'react';

type AndroidSwipeRefreshLayoutNativeProps = Readonly<{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../Libraries/StyleSheet/StyleSheet';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../../Libraries/StyleSheet/StyleSheet';
import type {
DirectEventHandler,
Float,
WithDefault,
} from '../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../types/HostComponent';
} from '../../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeCommands from '../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from '../../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';
import * as React from 'react';

type PullToRefreshNativeProps = Readonly<{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const exported: component(
ref?: React.RefSetter<React.ElementRef<typeof View>>,
...ViewProps
) = Platform.select({
ios: require('../../../../src/private/specs_DEPRECATED/components/RCTSafeAreaViewNativeComponent')
ios: require('../../../../src/private/components/safeareaview/specs/RCTSafeAreaViewNativeComponent')
.default,
android: UIManager.hasViewManagerConfig('RCTSafeAreaView')
? require('../../../../src/private/specs_DEPRECATED/components/RCTSafeAreaViewNativeComponent')
? require('../../../../src/private/components/safeareaview/specs/RCTSafeAreaViewNativeComponent')
.default
: View,
default: View,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {HostComponent} from '../../types/HostComponent';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';

type RCTSafeAreaViewNativeProps = Readonly<{
...ViewProps,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import AndroidHorizontalScrollViewNativeComponent from '../../../../Libraries/Co
import ScrollContentViewNativeComponent from '../../../../Libraries/Components/ScrollView/ScrollContentViewNativeComponent';
import ScrollViewNativeComponent from '../../../../Libraries/Components/ScrollView/ScrollViewNativeComponent';
import Platform from '../../../../Libraries/Utilities/Platform';
import AndroidHorizontalScrollContentViewNativeComponent from '../../specs_DEPRECATED/components/AndroidHorizontalScrollContentViewNativeComponent';
import AndroidHorizontalScrollContentViewNativeComponent from '../../components/scrollview/specs/AndroidHorizontalScrollContentViewNativeComponent';

export const HScrollViewNativeComponent: HostComponent<ScrollViewNativeProps> =
Platform.OS === 'android'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {HostComponent} from '../../types/HostComponent';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';

type AndroidHorizontalScrollContentViewNativeProps = Readonly<{
...ViewProps,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../Libraries/StyleSheet/StyleSheet';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../../Libraries/StyleSheet/StyleSheet';
import type {
BubblingEventHandler,
Int32,
WithDefault,
} from '../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../types/HostComponent';
} from '../../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeCommands from '../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from '../../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';
import * as React from 'react';

type AndroidSwitchChangeEvent = Readonly<{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
* @format
*/

import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../Libraries/StyleSheet/StyleSheet';
import type {ViewProps} from '../../../../../Libraries/Components/View/ViewPropTypes';
import type {ColorValue} from '../../../../../Libraries/StyleSheet/StyleSheet';
import type {
BubblingEventHandler,
Int32,
WithDefault,
} from '../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../types/HostComponent';
} from '../../../../../Libraries/Types/CodegenTypes';
import type {HostComponent} from '../../../types/HostComponent';

import codegenNativeCommands from '../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from '../../../../../Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from '../../../../../Libraries/Utilities/codegenNativeComponent';
import * as React from 'react';

type NativeSwitchChangeEvent = Readonly<{
Expand Down
Loading
Loading