UNPKG

react-native-umshare

Version:
14 lines (10 loc) 191 B
/** * Created by zhangzy on 16/7/27. */ 'use strict'; import Share from './share'; import Analytics from './analytics'; module.exports = { Share: Share, Analytics: Analytics, };