mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix NVC for AndroidProgressBar
Summary: Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D33341772 fbshipit-source-id: eddd344135e6deed60c21eb838a244753e2204b5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
848e34e753
commit
ae6a84e70d
+2
@@ -44,6 +44,7 @@ public class ReactProgressBarViewManager
|
||||
private final WeakHashMap<Integer, Pair<Integer, Integer>> mMeasuredStyles = new WeakHashMap<>();
|
||||
|
||||
/* package */ static final String PROP_STYLE = "styleAttr";
|
||||
/* package */ static final String PROP_ATTR = "typeAttr";
|
||||
/* package */ static final String PROP_INDETERMINATE = "indeterminate";
|
||||
/* package */ static final String PROP_PROGRESS = "progress";
|
||||
/* package */ static final String PROP_ANIMATING = "animating";
|
||||
@@ -115,6 +116,7 @@ public class ReactProgressBarViewManager
|
||||
}
|
||||
|
||||
@Override
|
||||
@ReactProp(name = PROP_ATTR)
|
||||
public void setTypeAttr(ProgressBarContainerView view, @Nullable String value) {}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user