Home
last modified time | relevance | path

Searched refs:Constructor (Results 1 – 25 of 66) sorted by relevance

123

/expo/apps/native-component-list/ts-declarations/
H A Dreact-native-71-fix.d.ts8 type Constructor<T> = new (...args: any[]) => T; alias
11 const SliderBase: Constructor<ReactNative.NativeMethodsMixin> & typeof SliderComponent;
19 type Constructor<T> = new (...args: any[]) => T; alias
21 const SegmentedControlBase: Constructor<ReactNative.NativeMethods> &
31 type Constructor<T> = new (...args: any[]) => T; alias
34 const MaskedViewBase: Constructor<ReactNative.NativeMethods> & typeof MaskedViewComponent;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Touchable/
H A DTouchableHighlight.d.ts11 import {Constructor} from '../../../types/private/Utilities';
64 declare const TouchableHighlightBase: Constructor<NativeMethods> &
65 Constructor<TimerMixin> &
66 Constructor<TouchableMixin> &
H A DTouchableOpacity.d.ts11 import {Constructor} from '../../../types/private/Utilities';
100 declare const TouchableOpacityBase: Constructor<TimerMixin> &
101 Constructor<TouchableMixin> &
102 Constructor<NativeMethods> &
H A DTouchableWithoutFeedback.d.ts11 import {Constructor} from '../../../types/private/Utilities';
140 declare const TouchableWithoutFeedbackBase: Constructor<TimerMixin> &
141 Constructor<TouchableMixin> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Touchable/
H A DTouchableHighlight.d.ts11 import {Constructor} from '../../../types/private/Utilities';
64 declare const TouchableHighlightBase: Constructor<NativeMethods> &
65 Constructor<TimerMixin> &
66 Constructor<TouchableMixin> &
H A DTouchableOpacity.d.ts11 import {Constructor} from '../../../types/private/Utilities';
100 declare const TouchableOpacityBase: Constructor<TimerMixin> &
101 Constructor<TouchableMixin> &
102 Constructor<NativeMethods> &
H A DTouchableWithoutFeedback.d.ts11 import {Constructor} from '../../../types/private/Utilities';
140 declare const TouchableWithoutFeedbackBase: Constructor<TimerMixin> &
141 Constructor<TouchableMixin> &
/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJavaScriptClassTest.kt85 Constructor { in <lambda>()
105 Constructor { in <lambda>()
106 return@Constructor mySharedObject in <lambda>()
130 Constructor { in <lambda>()
131 return@Constructor mySharedObject in <lambda>()
155 Constructor { in <lambda>()
156 return@Constructor mySharedObject in <lambda>()
180 Constructor { in <lambda>()
181 return@Constructor MySharedObject() in <lambda>()
201 Constructor { self: JavaScriptObject -> in <lambda>()
[all …]
/expo/packages/expo-modules-core/ios/Swift/Classes/
H A DClassComponentFactories.swift6 public func Constructor<R>(
15 public func Constructor<R, A0: AnyArgument>(
24 public func Constructor<R, A0: AnyArgument, A1: AnyArgument>(
33 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument>(
42 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument>(
51 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: …
60 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: …
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponentFactories.swift6 public func Constructor<R>(
15 public func Constructor<R, A0: AnyArgument>(
24 public func Constructor<R, A0: AnyArgument, A1: AnyArgument>(
33 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument>(
42 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument>(
51 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: …
60 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: …
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponentFactories.swift6 public func Constructor<R>(
15 public func Constructor<R, A0: AnyArgument>(
24 public func Constructor<R, A0: AnyArgument, A1: AnyArgument>(
33 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument>(
42 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument>(
51 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: …
60 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: …
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponentFactories.swift6 public func Constructor<R>(
15 public func Constructor<R, A0: AnyArgument>(
24 public func Constructor<R, A0: AnyArgument, A1: AnyArgument>(
33 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument>(
42 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument>(
51 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: …
60 public func Constructor<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: …
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/SafeAreaView/
H A DSafeAreaView.d.ts11 import {Constructor} from '../../../types/private/Utilities';
22 declare const SafeAreaViewBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/SafeAreaView/
H A DSafeAreaView.d.ts11 import {Constructor} from '../../../types/private/Utilities';
22 declare const SafeAreaViewBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/View/
H A DView.d.ts11 import {Constructor} from '../../../types/private/Utilities';
22 declare const ViewBase: Constructor<NativeMethods> & typeof ViewComponent;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/View/
H A DView.d.ts11 import {Constructor} from '../../../types/private/Utilities';
22 declare const ViewBase: Constructor<NativeMethods> & typeof ViewComponent;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Keyboard/
H A DKeyboardAvoidingView.d.ts11 import {Constructor} from '../../../types/private/Utilities';
22 declare const KeyboardAvoidingViewBase: Constructor<TimerMixin> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ProgressBarAndroid/
H A DProgressBarAndroid.d.ts11 import {Constructor} from '../../../types/private/Utilities';
75 declare const ProgressBarAndroidBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Keyboard/
H A DKeyboardAvoidingView.d.ts11 import {Constructor} from '../../../types/private/Utilities';
22 declare const KeyboardAvoidingViewBase: Constructor<TimerMixin> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ProgressBarAndroid/
H A DProgressBarAndroid.d.ts11 import {Constructor} from '../../../types/private/Utilities';
75 declare const ProgressBarAndroidBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/DatePicker/
H A DDatePickerIOS.d.ts11 import {Constructor} from '../../../types/private/Utilities';
83 declare const DatePickerIOSBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ProgressViewIOS/
H A DProgressViewIOS.d.ts11 import {Constructor} from '../../../types/private/Utilities';
54 declare const ProgressViewIOSBase: Constructor<NativeMethods> &
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/classcomponent/
H A DClassComponentBuilder.kt41 inline fun Constructor( in Constructor() method in abi49_0_0.expo.modules.kotlin.classcomponent.ClassComponentBuilder
49 inline fun <reified P0> Constructor( in Constructor() method in abi49_0_0.expo.modules.kotlin.classcomponent.ClassComponentBuilder
57 inline fun <reified P0, reified P1> Constructor( in Constructor() method in abi49_0_0.expo.modules.kotlin.classcomponent.ClassComponentBuilder
65 inline fun <reified P0, reified P1, reified P2> Constructor( in Constructor() method in abi49_0_0.expo.modules.kotlin.classcomponent.ClassComponentBuilder
73 inline fun <reified P0, reified P1, reified P2, reified P3> Constructor( in Constructor() method in abi49_0_0.expo.modules.kotlin.classcomponent.ClassComponentBuilder
81 inline fun <reified P0, reified P1, reified P2, reified P3, reified P4> Constructor( in Constructor() method in abi49_0_0.expo.modules.kotlin.classcomponent.ClassComponentBuilder
89 inline fun <reified P0, reified P1, reified P2, reified P3, reified P4, reified P5> Constructor( in Constructor() method in abi49_0_0.expo.modules.kotlin.classcomponent.ClassComponentBuilder
97 …n <reified P0, reified P1, reified P2, reified P3, reified P4, reified P5, reified P6> Constructor( in Constructor() method in abi49_0_0.expo.modules.kotlin.classcomponent.ClassComponentBuilder
105 …0, reified P1, reified P2, reified P3, reified P4, reified P5, reified P6, reified P7> Constructor( in Constructor() method in abi49_0_0.expo.modules.kotlin.classcomponent.ClassComponentBuilder
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/RefreshControl/
H A DRefreshControl.d.ts11 import {Constructor} from '../../../types/private/Utilities';
83 declare const RefreshControlBase: Constructor<NativeMethods> &
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/RefreshControl/
H A DRefreshControl.d.ts11 import {Constructor} from '../../../types/private/Utilities';
83 declare const RefreshControlBase: Constructor<NativeMethods> &

123