The problem
Rendering <Image resizeMode="repeat" /> with an SVG source does not repeat in macOS Safari and iOS Safari.
How to reproduce
Simplified test case: https://codesandbox.io/s/m7n8zm1kwj
Steps to reproduce:
- Render
<Image resizeMode="repeat" /> with an SVG source
Expected behavior
In all browsers, the image repeats to fill the width and height of the container.
Environment (include versions). Did this work in previous versions?
- React Native for Web (version): 0.9.0
- React (version): 16.5.2
- Browser: macOS Safari 12, iOS Safari 12
Notes:
- The server rendering of the component renders accurately, the mounted client breaks the repeating image.
The problem
Rendering
<Image resizeMode="repeat" />with an SVG source does not repeat in macOS Safari and iOS Safari.How to reproduce
Simplified test case: https://codesandbox.io/s/m7n8zm1kwj
Steps to reproduce:
<Image resizeMode="repeat" />with an SVG sourceExpected behavior
In all browsers, the image repeats to fill the width and height of the container.
Environment (include versions). Did this work in previous versions?
Notes: