discipl / waardepapieren

project for consortium of municipalities digitizing PoE services
GNU General Public License v3.0
7 stars 3 forks source link

Certificate as static remote file #82

Closed pimotte closed 5 years ago

pimotte commented 5 years ago

The way I've done this is a little bit awkward.

Since the https cert is self-signed, and self-signed https is not really doable with expo, I've chosen to also host the static resources over http, and then download it from there.

As is, this fixes #74 and fixes #78

bkaptijn commented 5 years ago

agree