Home
last modified time | relevance | path

Searched refs:NativeEventEmitter (Results 1 – 25 of 27) sorted by relevance

12

/expo/packages/expo-modules-core/src/ts-declarations/
H A DNativeEventEmitter.d.ts4 interface NativeEventEmitter extends EventEmitter { interface
8 const NativeEventEmitter: NativeEventEmitter; constant
10 export default NativeEventEmitter;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Utilities/
H A DDevSettings.d.ts10 import {NativeEventEmitter} from '../EventEmitter/NativeEventEmitter';
15 export interface DevSettingsStatic extends NativeEventEmitter {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Utilities/
H A DDevSettings.d.ts10 import {NativeEventEmitter} from '../EventEmitter/NativeEventEmitter';
15 export interface DevSettingsStatic extends NativeEventEmitter {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Linking/
H A DLinking.d.ts10 import {NativeEventEmitter} from '../EventEmitter/NativeEventEmitter';
13 export interface LinkingStatic extends NativeEventEmitter {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Linking/
H A DLinking.d.ts10 import {NativeEventEmitter} from '../EventEmitter/NativeEventEmitter';
13 export interface LinkingStatic extends NativeEventEmitter {
/expo/packages/expo-modules-core/build/
H A DEventEmitter.d.ts1 import { NativeEventEmitter } from 'react-native';
18 _eventEmitter: NativeEventEmitter;
H A DEventEmitter.js2 import { NativeEventEmitter, NativeModules, Platform } from 'react-native';
18 this._eventEmitter = new NativeEventEmitter(nativeModule);
H A DEventEmitter.js.map1NativeEventEmitter, NativeModules, Platform } from 'react-native';\n\nconst nativeEmitterSubscript…
H A DNativeModulesProxy.native.js.map1NativeEventEmitter)\n // only on iOS and they use iOS-specific native module, EXReactNativeEven…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Keyboard/
H A DKeyboard.d.ts10 import {NativeEventEmitter} from '../../EventEmitter/NativeEventEmitter';
60 export interface KeyboardStatic extends NativeEventEmitter {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Keyboard/
H A DKeyboard.d.ts10 import {NativeEventEmitter} from '../../EventEmitter/NativeEventEmitter';
60 export interface KeyboardStatic extends NativeEventEmitter {
/expo/packages/expo-modules-core/src/
H A DEventEmitter.ts2 import { NativeEventEmitter, NativeModules, Platform } from 'react-native';
25 _eventEmitter: NativeEventEmitter;
45 this._eventEmitter = new NativeEventEmitter(nativeModule as any);
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts2 import { NativeModules, NativeEventEmitter, Platform } from 'react-native';
11 Platform.OS === 'ios' ? new EventEmitter(DevLauncher) : new NativeEventEmitter(DevLauncher);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/EventEmitter/
H A DNativeEventEmitter.d.ts39 declare class NativeEventEmitter extends EventEmitter { class
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/EventEmitter/
H A DNativeEventEmitter.d.ts38 declare class NativeEventEmitter extends EventEmitter { class
/expo/packages/expo/build/errors/
H A DExpoErrorManager.native.js.map1 … || // RN 0.64 and below message\n error.message.includes('`new NativeEventEmitter()` requires …
/expo/packages/expo-apple-authentication/
H A DCHANGELOG.md56 - Android: Warnings about `new NativeEventEmitter()` no longer appear when using React Native v0.65…
/expo/packages/expo-speech/
H A DCHANGELOG.md23 - Use new `EventEmitter` instead of `NativeEventEmitter`. ([#24221](https://github.com/expo/expo/pu…
/expo/packages/expo-dev-launcher/build/
H A DDevLauncherErrorManager.js.map1 … || // RN 0.64 and below message\n error.message.includes('`new NativeEventEmitter()` requires …
/expo/packages/expo-screen-orientation/build/
H A DScreenOrientation.js.map1 …subscribers because EventEmitter uses a shared subscriber\n// from NativeEventEmitter that is regi…
/expo/packages/expo-modules-core/
H A DCHANGELOG.md306 - Fixed `new NativeEventEmitter() was called with a non-null argument without the required addListe…
332 - Fixed `new NativeEventEmitter() was called with a non-null argument without the required addListe…
/expo/
H A DCHANGELOG.md516 …- Fixed `new NativeEventEmitter() was called with a non-null argument without the required addList…
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle8 …ult},get NativeDialogManagerAndroid(){return r(d[49]).default},get NativeEventEmitter(){return r(d…
172NativeEventEmitter()` requires a non-null argument.');var o=!!l&&'function'==typeof l.addListener,…
551 …name__].concat(s))}),this._nativeModule=n,this._eventEmitter=new u.NativeEventEmitter(n)}return(0,…
1059 …uncherInternal,p='ios'===l.Platform.OS?new u.EventEmitter(o):new l.NativeEventEmitter(o);function …
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle8 …ult},get NativeDialogManagerAndroid(){return r(d[49]).default},get NativeEventEmitter(){return r(d…
160NativeEventEmitter()` requires a non-null argument.');var o=!!l&&'function'==typeof l.addListener,…
552 …name__].concat(s))}),this._nativeModule=n,this._eventEmitter=new u.NativeEventEmitter(n)}return(0,…
1060 …uncherInternal,p='ios'===l.Platform.OS?new u.EventEmitter(o):new l.NativeEventEmitter(o);function …
/expo/packages/expo-dev-client/android/src/androidTest/assets/
H A Dbundled_app.bundle12 …8])},get NativeDialogManagerAndroid(){return r(d[59]).default},get NativeEventEmitter(){return r(d…

12