$ npm install react-native-my-toast-module --save
import MyToast from 'react-native-my-toast-module';
MyToast.show(toastMessage: String);
To run the example project:
cd example
- For iOS run:
npx react-native run-ios
- For Android run:
npx react-native run-android