mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Rename analyticsTag -> internal_analyticsTag in ImageView component
Summary: This diff renames the analyticsTag prop for the intenral_analyticsTag in ImageView component changelog: [internal] Creation of internal_analyticTag prop in ImageView, for now this prop is meant to be used internally. Reviewed By: TheSavior Differential Revision: D20904497 fbshipit-source-id: 2a28f746772ee0f9d657ec71549020c1f3e9d674
This commit is contained in:
committed by
Facebook GitHub Bot
parent
22e318fab0
commit
8e48dc0555
@@ -124,8 +124,8 @@ public class ReactImageManager extends SimpleViewManager<ReactImageView> {
|
||||
view.setBlurRadius(blurRadius);
|
||||
}
|
||||
|
||||
@ReactProp(name = "analyticTag")
|
||||
public void setAnalyticsTag(ReactImageView view, @Nullable String analyticTag) {
|
||||
@ReactProp(name = "internal_analyticTag")
|
||||
public void setInternal_AnalyticsTag(ReactImageView view, @Nullable String analyticTag) {
|
||||
if (mCallerContextFactory != null) {
|
||||
view.updateCallerContext(
|
||||
mCallerContextFactory.getOrCreateCallerContext(
|
||||
|
||||
Reference in New Issue
Block a user