Open greenais opened 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.
import Couchbase from 'react-native-couchbase-lite'
Environment: the latest RN, RNCL, Chrome-devtools and android studio emulator
Any suggestions, perhaps? It's quite hard to debug RN without remote debugging...
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...