react-native-nativemodule-example
v2.0.0
Published
这是博客[ReactNative之原生模块开发并发布——iOS篇](http://www.liuchungui.com/blog/2016/05/02/reactnativezhi-yuan-sheng-mo-kuai-kai-fa-bing-fa-bu-iospian/)的Example代码
Downloads
4
Readme
#react-native-BGNativeModuleExample 这是博客ReactNative之原生模块开发并发布——iOS篇的Example代码
##安装
rnpm install react-native-nativemodule-example
##使用
import BGNativeModuleExample from 'react-native-nativemodule-example';
BGNativeModuleExample.testPrint("Jack", {
height: '1.78m',
weight: '7kg'
});
##Example
npm install