react-native-apex-noticeview

apex react-native noticeview library

Usage no npm install needed!

<script type="module">
  import reactNativeApexNoticeview from 'https://cdn.skypack.dev/react-native-apex-noticeview';
</script>

README

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