Components have the same behavior in dev and release builds
Actual behaviour
Release builds are exhibiting various feature breaking issues that aren't present in debug builds. The following errors have been observed and reproduced when using native-base components.
The element does not honor secureTextEntry or onChangeText props
I have gone through these following points
Issue Description
node, npm, react-native, react and native-base version, expo version if used
Expected behaviour
Components have the same behavior in dev and release builds
Actual behaviour
Release builds are exhibiting various feature breaking issues that aren't present in debug builds. The following errors have been observed and reproduced when using native-base components.
Steps to reproduce
yarn install
yarn react-native run-android
to test the dev buildyarn react-native run-android --variant=release
to test the release buildScreenshots are available in the readme at https://github.com/ajmath/ReleaseRenderIssue
Is the bug present in both iOS and Android or in any one of them?
Both iOS and Android
Any other additional info which would help us debug the issue quicker.
This issue is also being tracked in https://github.com/facebook/metro/issues/277
A similar issue was reported by slack user @bluemask https://nativebase.slack.com/archives/C25STJTNK/p1537937946000100