Home
last modified time | relevance | path

Searched refs:NativeMethods (Results 1 – 25 of 40) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Renderer/shims/
H A DReactNativeTypes.d.ts45 export interface NativeMethods { interface
121 export type NativeMethodsMixin = NativeMethods;
125 export type NativeMethodsMixinType = NativeMethods;
140 new (props: P, context?: any): React.Component<P> & Readonly<NativeMethods>;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/SafeAreaView/
H A DSafeAreaView.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
22 declare const SafeAreaViewBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/SafeAreaView/
H A DSafeAreaView.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
22 declare const SafeAreaViewBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/View/
H A DView.d.ts13 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
22 declare const ViewBase: Constructor<NativeMethods> & typeof ViewComponent;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/View/
H A DView.d.ts13 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
22 declare const ViewBase: Constructor<NativeMethods> & typeof ViewComponent;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ProgressBarAndroid/
H A DProgressBarAndroid.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
75 declare const ProgressBarAndroidBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ProgressBarAndroid/
H A DProgressBarAndroid.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
75 declare const ProgressBarAndroidBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/DatePicker/
H A DDatePickerIOS.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
83 declare const DatePickerIOSBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ProgressViewIOS/
H A DProgressViewIOS.d.ts13 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
54 declare const ProgressViewIOSBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Touchable/
H A DTouchableHighlight.d.ts13 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
64 declare const TouchableHighlightBase: Constructor<NativeMethods> &
H A DTouchableOpacity.d.ts13 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
102 Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Touchable/
H A DTouchableHighlight.d.ts13 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
64 declare const TouchableHighlightBase: Constructor<NativeMethods> &
H A DTouchableOpacity.d.ts13 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
102 Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/RefreshControl/
H A DRefreshControl.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
83 declare const RefreshControlBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/RefreshControl/
H A DRefreshControl.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
83 declare const RefreshControlBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ActivityIndicator/
H A DActivityIndicator.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
49 declare const ActivityIndicatorBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ActivityIndicator/
H A DActivityIndicator.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
49 declare const ActivityIndicatorBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/DrawerAndroid/
H A DDrawerLayoutAndroid.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
124 declare const DrawerLayoutAndroidBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/DrawerAndroid/
H A DDrawerLayoutAndroid.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
124 declare const DrawerLayoutAndroidBase: Constructor<NativeMethods> &
/expo/apps/native-component-list/ts-declarations/
H A Dreact-native-71-fix.d.ts21 const SegmentedControlBase: Constructor<ReactNative.NativeMethods> &
34 const MaskedViewBase: Constructor<ReactNative.NativeMethods> & typeof MaskedViewComponent;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Switch/
H A DSwitch.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
114 declare const SwitchBase: Constructor<NativeMethods> & typeof SwitchComponent;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Slider/
H A DSlider.d.ts13 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
119 declare const SliderBase: Constructor<NativeMethods> & typeof SliderComponent;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Switch/
H A DSwitch.d.ts12 import {NativeMethods} from '../../../types/public/ReactNativeTypes';
114 declare const SwitchBase: Constructor<NativeMethods> & typeof SwitchComponent;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/
H A DText.d.ts13 import {NativeMethods} from '../../types/public/ReactNativeTypes';
208 declare const TextBase: Constructor<NativeMethods> & typeof TextComponent;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DText.d.ts13 import {NativeMethods} from '../../types/public/ReactNativeTypes';
218 declare const TextBase: Constructor<NativeMethods> & typeof TextComponent;

12