Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native Android 0.30 Can't find variable process

Tags:

react-native

After having upgraded from 0.27.2 to 0.30 (I've even tried 0.31.0-rc.0), I get the following Error on my Android device (both 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 that could happen? Thanks!

like image 889
vardump Avatar asked Jul 30 '16 10:07

vardump


1 Answers

The answer is found here: Got JS Exception: ReferenceError: Can't find variable: process

You simply have to update react to 15.2.1.

like image 180
vardump Avatar answered Oct 19 '22 06:10

vardump