↧
Answer by slashsharp for TouchableNativeFeedback on a component does not...
Wrap your component in View and it should fix the error<TouchableNativeFeedback onPress={this._changeAccount.bind(this, user)} delayPressIn={0} delayPressOut={0} useForeground={true}...
View ArticleTouchableNativeFeedback on a component does not execute the onPress function
I have something like this: <TouchableNativeFeedback onPress={this._changeAccount.bind(this, user)} delayPressIn={0} delayPressOut={0} useForeground={true}...
View Article
More Pages to Explore .....