problem with Touchable and onPress, onPressIn and onPressOut #21183
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
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); } }> <Icon name="camera" /> </TouchableOpacity>
The text was updated successfully, but these errors were encountered: