react native toast message:动画的Toast消息组件可以强制调用 源码
React本机烤面包消息 React Native的动画Toast消息组件。 命令式API 键盘感知 灵活的配置 安装 yarn add react-native-toast-message 用法 在应用程序入口文件中渲染Toast组件(以及在那里可能呈现的所有内容),并为其设置引用。 // App.jsx import Toast from 'react-native-toast-message' ; function App ( props ) { return ( < > { /* ... */ } < Toast ref = {
文件列表
react-native-toast-message-master.zip
(预估有个39文件)
react-native-toast-message-master
.gitignore
34B
package.json
1KB
src
components
error.js
373B
info.js
370B
icon
index.js
618B
styles.js
127B
暂无评论