Searched refs:NativeComponent (Results 1 – 7 of 7) sorted by relevance
44 class NativeComponent extends React.PureComponent { class61 Object.assign(NativeComponent.prototype, nativeViewPrototype);71 return NativeComponent;
1 …NativeComponent extends React.PureComponent<P> {\n static displayName = viewName;\n\n // Thi…
55 class NativeComponent extends React.PureComponent<P> {77 Object.assign(NativeComponent.prototype, nativeViewPrototype);87 return NativeComponent;
16 import * as NativeComponentRegistry from '../NativeComponent/NativeComponentRegistry';
14 import {ConditionallyIgnoredEventHandlers} from '../NativeComponent/ViewConfigIgnore';