Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@opendt/react-native-toast

yeoyang1MIT1.1.0

A android like toast for react-native support for ios and android

react-native, react-component, ios, android, toast, position, remobile, mobile

readme

React Native Toast

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

Installation

Add the following dependency to package.json: `shell script 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:
```shell script
ce ios && pod install

for react-native < 0.60, you need link native module by run: shell script react-native link @opendt/react-native-toast

thanks

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