Please remove View.propTypes.style from the module. View.propTypes.style isn't valid and printed a deprecation message for several releases before it was removed. Use ViewPropTypes.style instead.
When building app using this module, the app works fine in debug mode but crashes in release mode.
Current workaround is editing the module files inside node_modules which is not a good idea.