Prevent ReactMarker class from being stripped in release

Differential Revision: D2547100

fb-gh-sync-id: c6a5d2f70bfdf5fa6fdd7f17f063de7ad837ece3
This commit is contained in:
Mike Armstrong 2015-10-16 00:20:15 -07:00 committed by facebook-github-bot-7
parent 84df87ef64
commit 3d40d622f9
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import com.facebook.proguard.annotations.DoNotStrip;
* Static class that allows markers to be placed in React code and responded to in a
* configurable way
*/
@DoNotStrip
public class ReactMarker {
public interface MarkerListener {