1.1.0 • Published 6 years ago

@opendt/react-native-toast v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

React Native Toast

An android like toast for react-native, support both iOS and android.

Installation

Add the following dependency to package.json:

npm install --save @opendt/react-native-toast

for react-native >= 0.60, auto linking will take care of the link step, but don't forget to run:

ce ios && pod install

for react-native < 0.60, you need link native module by run:

react-native link @opendt/react-native-toast

thanks

this project comes from @remobile/react-native-toast