Advertisement
Guest User

Untitled

a guest
May 26th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. /unknown:React(15029): Exception in native call from JS
  2. E/unknown:React(15029): java.lang.RuntimeException: Couldn't call JS module 4, method 0: bridge configuration isn't available. This probably means you're calling a JS module method before bridge setup has completed or without a JS bundle loaded.
  3. E/unknown:React(15029): at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
  4. E/unknown:React(15029): at android.os.Handler.handleCallback(Handler.java:739)
  5. E/unknown:React(15029): at android.os.Handler.dispatchMessage(Handler.java:95)
  6. E/unknown:React(15029): at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:31)
  7. E/unknown:React(15029): at android.os.Looper.loop(Looper.java:211)
  8. E/unknown:React(15029): at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:187)
  9. E/unknown:React(15029): at java.lang.Thread.run(Thread.java:818)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement