MichaelCereda/react-native-form-generator

App crash in release mode when using 'View.propTypes.style'

PaulsBecks opened this issue · 3 comments

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.

Should be solved by #132

Well, i think this issue is still there... Im facing it right now...

@Asinox me too