Home
last modified time | relevance | path

Searched refs:_emitEvent (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-updates/build/
H A DUpdatesEmitter.js8 DeviceEventEmitter.addListener('Expo.nativeUpdatesEvent', _emitEvent);
14 function _emitEvent(params) { function
H A DUpdatesEmitter.js.map1_emitEvent);\n DeviceEventEmitter.addListener(\n 'Expo.nativeUpdatesStateChangeEvent',\n …
/expo/packages/expo-updates/src/
H A DUpdatesEmitter.ts12 DeviceEventEmitter.addListener('Expo.nativeUpdatesEvent', _emitEvent);
22 function _emitEvent(params): void { function