Plugin React Native

Are there any plans for Couchbase to support an official React Native plugin in the future?

It’s a topic that comes up a lot in internal discussions. I haven’t heard of any solid plans yet, but if I do I will update this ticket.

Having said that, we do bundle a REST server with Couchbase Lite, and that would be one way to drop it in and access it over a local network connection. It might have a slight performance hit over native bindings, but you’d have to test it out to see if that worked for you.

Btw have you seen this post yet? https://www.npmjs.com/package/react-native-couchbase-lite

Just checking that you’re aware of the unofficial RN project https://github.com/couchbaselabs/react-native-couchbase-lite. I take it you’re specifically asking about official support?

I’ll use the unofficial RN package, thanks.