UNPKG

react-native-dtmf

Version:

React Native library capable of generating DTMF tones

7 lines (3 loc) 106 B
import { NativeModules } from 'react-native'; const { RNDtmf } = NativeModules; export default RNDtmf;