React native with Genymontion throwing concurrent Exception

Viewed 1135

I have basic react native application and trying to run in Genymon. At moment I'm getting error

java.util.concurrent.ExecutionException: java.lang.RuntimeException:: ReferenceError: Can't find variable: require(http://10.0.3.2:8081/index.android.bundle?platform=android&dev-true

I working on Mac with El capitan with all configuration suggested by Facebook for android dep,

I running compilation:

../node_modules/react-native-cli/index.js run-android

enter image description here

4 Answers
Related