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