crazycodeboy / react-native-easy-toast

A react native module to show toast like android, it works on iOS and Android.
http://www.devio.org/
MIT License
1.11k stars 263 forks source link

Warning in functional component #93

Closed hbluestar27 closed 4 years ago

hbluestar27 commented 4 years ago

I used this toast in functional component. It works. But it has one warning.
Animated: 'useNativeDriver' was not specified. This is a required option and must be explicitly set to 'true' or 'false'. Any solution?

sunviwo commented 4 years ago

@hbluestar27, can I see your code please? I'd like to know how you made this work with functional component.