mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
51e5794cb8
Summary: The activity indicator was treated as a zero-width element without an explicit width. Fill it in so the style dimensions match what is displayed on the screen. Closes https://github.com/facebook/react-native/pull/1156 Github Author: James Ide <ide@jameside.com> Test Plan: Render an ActivityIndicator with a background, and see that the background shows up as a square behind the spinner instead of not showing up at all (since it was 0px wide previously).