add note about 'copy-all-asset-files'

This commit is contained in:
pls.153 2022-11-24 13:21:06 +01:00
parent bd0e71b8ec
commit f538b09bd4
3 changed files with 12 additions and 0 deletions

View file

@ -85,5 +85,9 @@ assets on the very first start of the app.
A simple way to guarantee a clean install is simply uninstalling the app first,
both on the device and on the emulator (android) or simulator (iOS).
Alternatively call `(copy-all-asset-files)` manually (after installing an
update). This function is called automatically only on the very first app
startup.
If your local web server doesn't seem to work, please check your firewall
settings.

View file

@ -140,5 +140,9 @@ assets on the very first start of the app.
A simple way to guarantee a clean install is simply uninstalling the app first,
both on the device and on the emulator (android) or simulator (iOS).
Alternatively call `(copy-all-asset-files)` manually (after installing an
update). This function is called automatically only on the very first app
startup.
If your local web server doesn't seem to work, please check your firewall
settings.

View file

@ -97,5 +97,9 @@ assets on the very first start of the app.
A simple way to guarantee a clean install is simply uninstalling the app first,
both on the device and on the emulator (android) or simulator (iOS).
Alternatively call `(copy-all-asset-files)` manually (after installing an
update). This function is called automatically only on the very first app
startup.
If your local web server doesn't seem to work, please check your firewall
settings.