Files
react-native-web/packages/react-native-web-examples
Peter Velkov 36f46b3510 [add] Image source headers handling
Extend ImageLoader functionality to be able to work with image sources
containing headers

We preserve the existing strategy that works with image.src for cases
where source is just an uri with no headers

When sources contain headers we make a fetch request and then render a
local url for the downloaded blob (URL.createObjectURL)

Fix #1019
Fix #2268
Close #2442
2023-04-12 16:35:46 -07:00
..
2023-04-12 16:35:46 -07:00
2023-04-12 10:59:31 -07:00
2023-04-12 12:39:57 -07:00

React Native for Web examples

Next.js pages and React Native components. Provides interactive examples for the documentation website.