UNPKG

@twilio/voice-react-native-sdk

Version:
12 lines 496 B
/** * Copyright © 2022 Twilio, Inc. All rights reserved. Licensed under the Twilio * license. * * See LICENSE in the project root for license information. */ import * as ReactNative from 'react-native'; export const NativeModule = ReactNative.NativeModules.TwilioVoiceReactNative; export const NativeEventEmitter = new ReactNative.NativeEventEmitter(NativeModule); export const Platform = ReactNative.Platform; export const setTimeout = global.setTimeout; //# sourceMappingURL=common.js.map