<MaskedInput style={styles.inputLight} placeholder={"Home Location"} mask={'Xx\:'} onChangeText={(value) => this.handleChange("city", value)} value={city} />
<MaskedInput
style={styles.inputLight}
placeholder={"Home Location"}
mask={'Xx:'}
onChangeText={(value) => this.handleChange("city", value)}
value={city}
/>