1.0.2 • Published 2 years ago

@huxin957/react-native-toast v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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()