mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-10 21:12:08 +00:00
2e822c068d
This patch removes several avoidable uses of `setState`, only re-rendering the `Image` when necessary. It also fixes a style prop warning for `resizeMode`, which was not being removed in development due to the use of `Object.freeze` when styles are registered. Close #116