Skip to content Skip to sidebar Skip to footer

React Native Undefined Is Not A Function

I am new to react native. I am trying to push to another page. But i am getting error saying Undefined is not a function(evaluating '_this2._goToProductListing('app.productListing'

Solution 1:

Try making the _renderContent a property with an arrow function too:

_renderContent = (section, i, isActive) => {

Post a Comment for "React Native Undefined Is Not A Function"