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) => {
Baca Juga
- React Native Image Picker: "undefined Is Not An Object (evaluating 'imagepickermanager.showimagepicker')"
- Error "converting Circular Structure To Json -> Starting At Object With Constructor 'fibernode'" In React Native
- How To Send Image From Image Uri Through Http Request? (react Native And Django Backend)
Post a Comment for "React Native Undefined Is Not A Function"