react-native-easy-toast
react-native-easy-toast copied to clipboard
open android release package crash
crash reason: undefined is not object
I found the error code
View.propTypes.style
Text.propTypes.style
I comment this line, works fine.
Maybe View.propTypes
is not support in lastest React-native version?
Need to be changed to ViewPropTypes.style. View.propTypes is not supported in production.