react-native-material-kit
react-native-material-kit copied to clipboard
Floating Label TextField underline color delay
When the component is rendered, there is a few second delay to turn the underline white. Is there a solution to this?
<MKTextField
floatingLabelEnabled
placeholder={'From*'}
placeholderTextColor={'rgba(255, 255, 255, 0.7)'}
tintColor={'white'}
highlightColor={ACCENT}
floatingLabelAniDuration={0}
animationDuration={0}
textInputStyle={{ height: 48, marginTop: 20, color: 'white', fontSize: 20 }}
style={{ marginBottom: 10 }}
/>
Is this debug or release? I've noticed some things such as animations are sluggish in debug but once I generate a release build everything is smooth
@connercms this is debug. Let me try a release.