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:
David Vacca
2020-04-07 17:39:21 -07:00
committed by Facebook GitHub Bot
parent 22e318fab0
commit 8e48dc0555
3 changed files with 6 additions and 6 deletions
@@ -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(