mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-01 09:27:14 +08:00
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