@twilio/voice-react-native-sdk
Version:
Twilio Voice React Native SDK
11 lines • 451 B
JavaScript
/**
* 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;
//# sourceMappingURL=common.js.map