diff --git a/Components/Row.js b/Components/Row.js index 1cb720d..807cc75 100644 --- a/Components/Row.js +++ b/Components/Row.js @@ -26,10 +26,9 @@ export default class RowNB extends Component { } render() { - if(this.props.onPress){ + if(this.props.onPress || this.props.onLongPress){ return( - + this._root = component} {...this.props}