Skip to content

HuXin957/react-native-toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

About

react-native-toast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published