couchbaselabs / react-native-couchbase-lite

Couchbase Lite binding for React Native Android & iOS
MIT License
110 stars 53 forks source link

App crash when "Debug JS remotely" enabled in emulator dev menu #130

Open greenais opened 7 years ago

greenais commented 7 years ago

In Chrome devtools first exception - "TypeError: cannot convert object to primitive value", then plenty of undefineds.

Even just adding import Couchbase from 'react-native-couchbase-lite' crashes the app.

Environment: the latest RN, RNCL, Chrome-devtools and android studio emulator

Any suggestions, perhaps? It's quite hard to debug RN without remote debugging...