1.0.6 • Published 4 years ago

react-native-apex-noticeview v1.0.6

Weekly downloads
-
License
Apache License
Repository
-
Last release
4 years ago

react-native-apex-noticeview

顶点RN通知提示栏控件

Install

第一步(两种方式)

方式1

解压本文件夹到node_modules/react-native-apex-noticeview

方式2

项目的package.json中配置

"dependencies": {
  "react-native-apex-noticeview": "git+http://git.apexsoft.top/lvlin/react-native-apex-noticeview.git"
}

第二步

方式1

在项目文件下运行

npm install react-native-apex-noticeview
react-native link react-native-apex-noticeview

方式2

iOS cocoapods本地安装,在Podfile根据项目需求添加

pod "RNNoticeView", :path => '../node_modules/react-native-apex-noticeview/ios'
执行 pod install