React Native Android 0.30 Cannot find process variable

After upgrading from 0.27.2 to 0.30 (I even tried 0.31.0-rc.0), I received the following error on my Android device (both the simulator and my device):

java.util.concurrent.ExecutionException: java.lang.RuntimeException: ReferenceError: Can't find variable: process (http://...&dev=false&hot=false&minify=false:2448) See Attachment. enter image description here

Any idea why this might happen? Thanks!

+6
source share
1 answer

The answer can be found here: Got a JS exception: ReferenceError: cannot find the variable: process

You just need to upgrade react to 15.2.1 .

+2
source

All Articles