App crash in release mode when using 'View.propTypes.style'
PaulsBecks opened this issue · 3 comments
PaulsBecks commented
This is related to an issue facebook/react-native#16542
As a user has pointed out:
View.propTypes.style isn't valid and printed a deprecation message for several releases before it was removed. Use ViewPropTypes.style instead.
PaulsBecks commented
Should be solved by #132
Asinox commented
Well, i think this issue is still there... Im facing it right now...