remobile / react-native-toast

A android like toast for android and ios, android use native toast, ios use UIView+Toast
MIT License
346 stars 146 forks source link

fix typeError of message #10

Open lee1994522 opened 7 years ago

lee1994522 commented 7 years ago

If the type of message is not 'string',it returns an error and crash