mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-03 09:17:55 +08:00
Summary: TabBarItemIOS supports setting the scale for base64-encoded images using an optional scale parameter, however this was broken due to the JS code only passing the uri, not the whole source object, to the native side. (See: https://github.com/facebook/react-native/issues/2413)