I am having trouble with react-native onPress Feature. The onPress should only work when it is actually been triggered by a touch event (i suppose) , that is when i press th
onPress={this.handleevent.bind(this, 'A')}
or use this:
onPress={() => this.handleevent('B')}