UNPKG

aran-native-log

Version:

test for native module export and some uasage

18 lines (12 loc) 590 B
## Target > 实现原生模块封装及上传到NPM [DOC-ANDROID](https://github.com/naivehhr/react-native-technique-record/blob/master/Android%E5%8E%9F%E7%94%9F%E6%A8%A1%E5%9D%97%E5%B0%81%E8%A3%85.md) [DOC-IOS](https://github.com/naivehhr/react-native-technique-record/blob/master/IOS%E5%8E%9F%E7%94%9F%E6%A8%A1%E5%9D%97%E5%B0%81%E8%A3%85.md) ### Usage ``` git clone https://github.com/naivehhr/aran_native_log.git cd aran_native_log/example && npm install react-native link aran-native-log (或手动双平台分别添加依赖) react-native run-** ``` ### Just output a word!! 😁