mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
Prevent ReactMarker class from being stripped in release
Differential Revision: D2547100 fb-gh-sync-id: c6a5d2f70bfdf5fa6fdd7f17f063de7ad837ece3
This commit is contained in:
committed by
facebook-github-bot-7
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 {
|
||||
|
||||
Reference in New Issue
Block a user