@huxin957/react-native-toast

1.0.2 • Public • Published

react-native-toast

Install

npm i @huxin957/react-native-toast @huxin957/react-native-portal react-native-line-style --save

yarn add @huxin957/react-native-toast @huxin957/react-native-portal react-native-line-style

How to use

portal: https://github.com/HuXin957/react-native-portal/blob/main

import Toast from "@huxin957/react-native-toast"

Toast.show('hello')
Toast.error('error')
Toast.show(()=><Text>custom</Text>)
Toast.loading()
Toast.removeAll()

Readme

Keywords

none

Package Sidebar

Install

npm i @huxin957/react-native-toast

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

7.72 kB

Total Files

4

Last publish

Collaborators

  • huxin957