mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-14 23:18:06 +08:00
Dont strip class names referenced from native
Reviewed By: lexs Differential Revision: D4237790 fbshipit-source-id: 1bd0780d965efbb8334917011ffd65896670ece1
This commit is contained in:
committed by
Facebook Github Bot
parent
7d89b773a7
commit
28275836c9
@@ -9,6 +9,9 @@
|
||||
|
||||
package com.facebook.csslayout;
|
||||
|
||||
import com.facebook.proguard.annotations.DoNotStrip;
|
||||
|
||||
@DoNotStrip
|
||||
public enum CSSMeasureMode {
|
||||
UNDEFINED(0),
|
||||
EXACTLY(1),
|
||||
|
||||
Reference in New Issue
Block a user