ProdutorAgro / react-native-masked-input-text

A typescript masked input component for react-native
14 stars 13 forks source link

Cannot read property literal of undefined #8

Open martianatwork opened 4 years ago

martianatwork commented 4 years ago

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