Does Couchbase Lite support local documents?

Reading the server documentation I learned that documents with an id that starts with _local/ are not replicated. Is this also supported in Couchbase Lite?

Thanks

Yes, although in the native API you use separate methods to access them rather than the /_local prefix.