fixed image in RNTester snapshot example
Summary: The icon size in the test/example cannot be rounded correctly as 3x image, causing redbox like: ``` -[RNTesterSnapshotTests testTabBarExample] : failed: caught "NSInternalInconsistencyException", "RedBox error: Error setting property 'icon' of RCTTabBarItem with tag #14: Image source flux@3x.png size {33, 33} does not match loaded image size {33.333333333333336, 33.333333333333336}." ``` This simply resizes them from 100x100 to 99x99 Reviewed By: javache Differential Revision: D5747345 fbshipit-source-id: 084b4b028436b18dab324fef1fb0a4365072be75
This commit is contained in:
parent
47c8b07310
commit
2feb74dbe4
Binary file not shown.
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 4.2 KiB |
Loading…
Reference in New Issue