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
@@ -17,6 +17,7 @@ import java.util.ArrayList;
|
||||
import com.facebook.proguard.annotations.DoNotStrip;
|
||||
import com.facebook.soloader.SoLoader;
|
||||
|
||||
@DoNotStrip
|
||||
public class CSSNode implements CSSNodeAPI<CSSNode> {
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user