RN static server demo that demonstrates:
- starting server and serving path /ios/www
- testing a fetch requests in the served js file
- downloading and saving an image on RN side to /ios/www as image.jpg, to test adding stuff to that path to use as cache
- displaying the downloaded asset in html from './image.jpg'
Uses:
- @dr.pogodin/react-native-static-server
- react-native-fs
- rn-fetch-blob