react-native-easy-toast icon indicating copy to clipboard operation
react-native-easy-toast copied to clipboard

open android release package crash

Open yqz0203 opened this issue 7 years ago • 1 comments

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?

yqz0203 avatar Oct 22 '17 03:10 yqz0203

Need to be changed to ViewPropTypes.style. View.propTypes is not supported in production.

magnusros avatar Oct 24 '17 13:10 magnusros