Skip to content

Remove more stale folders/files/changes #1337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 8, 2022
Merged
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
7 changes: 0 additions & 7 deletions Libraries/Components/View/View.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ const View: React.AbstractComponent<
ViewProps,
React.ElementRef<typeof ViewNativeComponent>,
> = React.forwardRef((props: ViewProps, forwardedRef) => {
// [TODO(macOS GH#774)
invariant(
// $FlowFixMe Wanting to catch untyped usages
props.acceptsKeyboardFocus === undefined,
'Support for the "acceptsKeyboardFocus" property has been removed in favor of "focusable"',
);
// TODO(macOS GH#774)]
return (
<TextAncestor.Provider value={false}>
<ViewNativeComponent {...props} ref={forwardedRef} />
Expand Down
23 changes: 0 additions & 23 deletions Libraries/Types/RootTagTypes.js~merged

This file was deleted.

1 change: 1 addition & 0 deletions Libraries/Utilities/codegenNativeComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @format
* @flow strict-local
*/

// TODO: move this file to shims/ReactNative (requires React update and sync)

import requireNativeComponent from '../../Libraries/ReactNative/requireNativeComponent';
Expand Down
1 change: 1 addition & 0 deletions React/Fabric/RCTImageResponseObserverProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class RCTImageResponseObserverProxy final : public ImageResponseObserver {
private:
__weak id<RCTImageResponseDelegate> delegate_;
};

} // namespace react
} // namespace facebook

Expand Down
117 changes: 0 additions & 117 deletions scripts/auto-sync-reactnative-to-sdxplatform.js

This file was deleted.

99 changes: 0 additions & 99 deletions scripts/auto-sync-sdxplatform-to-reactnative.js

This file was deleted.

110 changes: 0 additions & 110 deletions scripts/autoSync.js

This file was deleted.

Loading