react-native-material-kit icon indicating copy to clipboard operation
react-native-material-kit copied to clipboard

Floating Label TextField underline color delay

Open safaiyeh opened this issue 8 years ago • 2 comments

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 }}
          />

safaiyeh avatar Aug 10 '17 00:08 safaiyeh

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 avatar Aug 16 '17 16:08 connercms

@connercms this is debug. Let me try a release.

safaiyeh avatar Aug 16 '17 17:08 safaiyeh