InfiniteLibrary / infinite-reader

eBook reader app built on react-native
MIT License
89 stars 17 forks source link

images as attachments not accessible via HTTP from couchbase-lite #1

Closed ssomnoremac closed 8 years ago

ssomnoremac commented 8 years ago

For a truly offline experience, thumbnail images should be locally as attachments on couchbase-lite. Problem is the that the couchbaselite server on the device localhost:5984/images/cover.jpg for example does not seem to work as a source target for the Image source attribute.

ssomnoremac commented 8 years ago

bug is being tracked here

louisruch commented 8 years ago

Issue resolved with #16