UNPKG

react-native-headless

Version:
16 lines (12 loc) 299 B
import React, {NativeModules} from 'react-native'; export default class ReplaceDialer { constructor() { //super(); } toForeground() { return NativeModules.ForegroundBackground.toForeground(); } toBackground() { return NativeModules.ReplaceDialerModule.toBackground(); } }