diapason
0
Q:

ReactNative onPress doesn't exist

<TouchableOpacity style={{backgroundColor: "red", padding: 20}} onPress={()=> {
    console.log('does not work');
    }
  }>
  <Text>X</Text>
</TouchableOpacity>
0

New to Communities?

Join the community