react-native-form-generator
react-native-form-generator copied to clipboard
App crash in release mode when using 'View.propTypes.style'
This is related to an issue https://github.com/facebook/react-native/issues/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