@opendt/react-native-toast
v1.1.0
Published
A android like toast for react-native support for ios and android
Readme
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-toastfor react-native >= 0.60, auto linking will take care of the link step, but don't forget to run:
ce ios && pod installfor react-native < 0.60, you need link native module by run:
react-native link @opendt/react-native-toastthanks
this project comes from @remobile/react-native-toast
