UNPKG

react-native-cosser

Version:

环信客服功能

21 lines (13 loc) 387 B
import {Platform} from 'react-native'; const CosSerModule = require('react-native').NativeModules.CosSerModule; const RNHyphenate = require('react-native').NativeModules.RNHyphenate; if (Platform.OS === 'android') { module.exports = CosSerModule } else { module.exports = { ...RNHyphenate, setInfo: function (info) { return RNHyphenate.setInfo(info) } } }