-1
I’m developing an app in react-native
and he’s exhibiting very strange behavior.
I have a component TEXT
that receives a value from the database, but when I touch that TEXT
he’s calling another screen, and the weird thing is, there’s nothing programmed for this to happen.
I’m using the @react-navigation
.
<Text style={styles.label}>{form.unitMeasurement}</Text>
Style applied on label:
label: {
color: '#322153',
}
There I am no ideas on how to solve. This is occurring only in version 8.1 of android in a different model of data collector.