I got the following error in the simulator when running a newly created project without updating react native cli:
transform.forEach is not a function
I had node version 4.7.1. The problem happens on both iOS and Android
I updated node to latest version and updated RN cli and created a new app and it worked fine but the one created before still gives the same error even after deleting and reinstalling node modules using npm install
I got the following error in the simulator when running a newly created project without updating react native cli:
transform.forEach is not a function
I had node version 4.7.1. The problem happens on both iOS and Android I updated node to latest version and updated RN cli and created a new app and it worked fine but the one created before still gives the same error even after deleting and reinstalling node modules using npm install