Is Couchbase Mobile persistent on-device?

Does Couchbase mobile persist local data on the device?

Yes. All the API calls interact with a local on-disk database. There is a background replication task that synchronizes over the Internet with a server database, but the app never interacts with the server directly.