Use a <View></View>
to wrap your WrappedComponent
for TouchableNativeFeedback
.
<TouchableNativeFeedback onPress={() => this.props.onContainerViewPress()}><View><WrappedComponent {...this.props} /></View></TouchableNativeFeedback>
Use a <View></View>
to wrap your WrappedComponent
for TouchableNativeFeedback
.
<TouchableNativeFeedback onPress={() => this.props.onContainerViewPress()}><View><WrappedComponent {...this.props} /></View></TouchableNativeFeedback>