mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
ce937e5b3f
Summary:
`ProgressBarAndroid` regressed after fixing a bug in ccddbf82d7
Run this gist on a new project with this code: https://gist.github.com/brentvatne/a0b57e5bbae1bd2cf76765ea27f077af
Notice that you will see:
<img width="642" alt="screen shot 2017-10-17 at 11 06 03 am" src="https://user-images.githubusercontent.com/90494/31681142-3437a95a-b32b-11e7-85d3-c29bfbfe591e.png">
hmmm... doesn't seem right �
With the patch in this PR applied, you will see:
<img width="642" alt="screen shot 2017-10-17 at 11 01 38 am" src="https://user-images.githubusercontent.com/90494/31680950-b0c1805a-b32a-11e7-909e-42cdf478da56.png">
oh! there we go 😄
[ANDROID] [BUGFIX] [ProgressBarAndroid] - Fix regression in ProgressBarAndroid which limited `styleAttr` to only `Regular`.
Closes https://github.com/facebook/react-native/pull/16435
Differential Revision: D6080118
Pulled By: hramos
fbshipit-source-id: 537ee2c96deedd7b2e75ff3dbdefc1506812f3f3