react native notifier:React Native的快速简单的应用内通知 源码
React本地通知者 React Native的快速简单的应用内通知 要求 该库使用 ,这是用于滑动和其他手势事件的理想库。 如果您正在使用那么您已经安装了gesture-handler程序。 如果不这样做,请检查《入门指南》以进行安装: : 安装 yarn add react-native-notifier 要么 npm install --save react-native-notifier 用法 使用NotifierWrapper包装您的应用 import { NotifierWrapper } from 'react-native-notifier' ; const App
文件列表
react-native-notifier-master.zip
(预估有个77文件)
react-native-notifier-master
.gitattributes
16B
commitlint.config.js
70B
yarn.lock
404KB
src
index.tsx
256B
types.ts
3KB
constants.ts
331B
Notifier.tsx
7KB
components
暂无评论