2.0.0 • Published 8 years ago

react-native-nativemodule-example v2.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

#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