react-native-ad
注意事项
穿山甲的,记得全部重新申请代码位,因为穿山甲马上要弃用旧代码位,必须全部是支持模板渲染的代码位
🔨
安装方法 目前已经发布 NPM 和 Github,并且支持 npm 和 yarn 两种安装方式,两种平台和两种安装方式任选其一就好。
# yarn for origin
$ yarn add react-native-ad
# npm for npmjs
$ npm i -D react-native-ad
# yarn for Github
$ yarn add git+https://github.com/haxibiao/react-native-ad.git
# npm for Github
$ npm install git+https://github.com/haxibiao/react-native-ad.git
🍎
文档地址 - 如何对接文档
🍗
更新模块 怎么查看当前版本?执行 yarn list | grep "react-native-ad"
,将会输出你当前项目安装的 react-native-ad 版本
然后可以使用 npm update 来更新模块
$ npm update react-native-ad
或者使用 yarn upgrade 来更新
$ yarn upgrade react-native-ad
特别鸣谢
感谢 JetBrains 提供了优秀的 IDE 和授权的开源许可。
Thanks to jetbrains for providing great IDEs and open source licensing