Closed
Description
all events are always triggered with a little touch onPress, onPressIn and onPressOut but also if I keep pressing the touchable the pressIn is executed at 1000 ms
'<TouchableOpacity style={[Styles.button,Styles.center]} onPress={this.snap} delayPressIn={1000} onPressIn={ () => { console.log("PressIn ")} } onPressOut={ () =>{ console.log("PressOut "+this.photoCondition); } }> '