Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 503 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 503 Bytes

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
Screen.Recording.2022-08-18.at.20.08.39.mov