Skip to content

Commit

Permalink
Remove more stale folders/files/changes (facebook#1337)
Browse files Browse the repository at this point in the history
* Delete more stuff

* Remove some stale looking SDX platform scripts

* Remove remnant of `acceptsKeyboardFocus`

* Add back some missing newlines
  • Loading branch information
Saadnajmi authored Aug 8, 2022
1 parent fdcec4d commit 90a371a
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 799 deletions.
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

0 comments on commit 90a371a

Please sign in to comment.