mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
The use of 'max-height:100%' on the inner image can cause extremely poor render performance in Safari. Remove the inner image and simplify `Image` to use a single view. This fixes the following additional bugs: Fix #202 Fix #226