UNPKG

react-native-zohodesk-portal-sdk

Version:
9 lines (7 loc) 165 B
const {NativeModules} = require('react-native'); const {RNZDPortalKB} = NativeModules; module.exports = { show: function() { RNZDPortalKB.show(); } }