Skip to content

Commit 90a371a

Browse files
authored
Remove more stale folders/files/changes (react#1337)
* Delete more stuff * Remove some stale looking SDX platform scripts * Remove remnant of `acceptsKeyboardFocus` * Add back some missing newlines
1 parent fdcec4d commit 90a371a

24 files changed

Lines changed: 4 additions & 799 deletions

Libraries/Components/View/View.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ const View: React.AbstractComponent<
2828
ViewProps,
2929
React.ElementRef<typeof ViewNativeComponent>,
3030
> = React.forwardRef((props: ViewProps, forwardedRef) => {
31-
// [TODO(macOS GH#774)
32-
invariant(
33-
// $FlowFixMe Wanting to catch untyped usages
34-
props.acceptsKeyboardFocus === undefined,
35-
'Support for the "acceptsKeyboardFocus" property has been removed in favor of "focusable"',
36-
);
37-
// TODO(macOS GH#774)]
3831
return (
3932
<TextAncestor.Provider value={false}>
4033
<ViewNativeComponent {...props} ref={forwardedRef} />

Libraries/Types/RootTagTypes.js~merged

Lines changed: 0 additions & 23 deletions
This file was deleted.

Libraries/Utilities/codegenNativeComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @format
88
* @flow strict-local
99
*/
10+
1011
// TODO: move this file to shims/ReactNative (requires React update and sync)
1112

1213
import requireNativeComponent from '../../Libraries/ReactNative/requireNativeComponent';

React/Fabric/RCTImageResponseObserverProxy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class RCTImageResponseObserverProxy final : public ImageResponseObserver {
2727
private:
2828
__weak id<RCTImageResponseDelegate> delegate_;
2929
};
30+
3031
} // namespace react
3132
} // namespace facebook
3233

scripts/auto-sync-reactnative-to-sdxplatform.js

Lines changed: 0 additions & 117 deletions
This file was deleted.

scripts/auto-sync-sdxplatform-to-reactnative.js

Lines changed: 0 additions & 99 deletions
This file was deleted.

scripts/autoSync.js

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)