Use DoNotStripAny in ComponentNameResolver classes

Summary:
This diff adds the DoNotStripAny annotation for the ComponentNameResolver classes

changelog: [internal] internal

Reviewed By: JoshuaGross

Differential Revision: D27336874

fbshipit-source-id: d3bc404b12cc94fe8b4df61ff851e4fd9bcb5141
This commit is contained in:
David Vacca
2021-03-26 00:09:40 -07:00
committed by Facebook GitHub Bot
parent e1b6cd3f75
commit 386a72464f
2 changed files with 4 additions and 2 deletions
@@ -7,9 +7,9 @@
package com.facebook.react.uimanager;
import com.facebook.proguard.annotations.DoNotStrip;
import com.facebook.proguard.annotations.DoNotStripAny;
@DoNotStrip
@DoNotStripAny
public interface ComponentNameResolver {
/* returns a list of all the component names that are registered in React Native. */