Prevent ReactMarker class from being stripped in release
Differential Revision: D2547100 fb-gh-sync-id: c6a5d2f70bfdf5fa6fdd7f17f063de7ad837ece3
This commit is contained in:
parent
84df87ef64
commit
3d40d622f9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue