UNPKG

@appzung/react-native-code-push

Version:

React Native plugin for the CodePush service

6 lines (5 loc) 289 B
"use strict"; import { NativeEventEmitter } from 'react-native'; import { NativeRNAppZungCodePushModule } from "./NativeRNAppZungCodePushModule.js"; export const CodePushEventEmitter = new NativeEventEmitter(NativeRNAppZungCodePushModule); //# sourceMappingURL=CodePushEventEmitter.js.map