sbalay / react-native-redux-toast

Simple to use, easy to customize Toast component for Android & iOS. Developed with love for redux apps
50 stars 21 forks source link

React-native-redux-toast is not display in android #13

Open ignivahermenpreet opened 6 years ago

ignivahermenpreet commented 6 years ago

React-native-redux-toast is not display in android. But same code is working in react-native ios. There is no error is shown. How i can check this.

import { ToastActionsCreators } from 'react-native-redux-toast';

toast(msg)=>{
    this.navigation.dispatch(ToastActionsCreators.displayInfo(msg));
}
jan-happy commented 6 years ago

Any news on this? I can confirm it does not work on Android at all.

bijomon-tolexo commented 5 years ago

Any update on android??