Skip to content

Commit 6e3389c

Browse files
elicwhitefacebook-github-bot
authored andcommitted
Partial React Sync from 241c4467...349ff315b
Summary: Includes these commits: - **[349ff315b](facebook/react@349ff315b )**: [Native] Delete NativeComponent and NativeMethodsMixin (#18036) //<Eli White>// Changelog: [General][Changed] - React Native sync for revisions 241c4467...349ff315b Reviewed By: zackargyle Differential Revision: D19893829 fbshipit-source-id: 77f35d6b7a0ddf375941c3185decf3862b6807a7
1 parent c55521a commit 6e3389c

16 files changed

+124
-4107
lines changed

Libraries/ReactNative/ReactFabricInternals.js

-8
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,8 @@
1010

1111
'use strict';
1212

13-
const {
14-
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,
15-
} = require('../Renderer/shims/ReactFabric');
1613
const createReactNativeComponentClass = require('../Renderer/shims/createReactNativeComponentClass');
1714

18-
import type {NativeMethodsMixinType} from '../Renderer/shims/ReactNativeTypes';
19-
20-
const {NativeMethodsMixin} = __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
21-
2215
module.exports = {
23-
NativeMethodsMixin: ((NativeMethodsMixin: any): $Exact<NativeMethodsMixinType>),
2416
createReactNativeComponentClass,
2517
};

0 commit comments

Comments
 (0)