Home
last modified time | relevance | path

Searched defs:nativeEmitterSubscription (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-modules-core/src/
H A DEventEmitter.ts54 const nativeEmitterSubscription = this._eventEmitter.addListener(eventName, listener); constant
84 const nativeEmitterSubscription = subscription[nativeEmitterSubscriptionKey]; constant