mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-07 02:08:34 +08:00
Differential Revision: D3521227 fbshipit-source-id: 57db97ea2af2b2c9e55f380ce05d9e78a5f9d48c
12 lines
280 B
Prolog
12 lines
280 B
Prolog
# For common use cases for the hybrid pattern, keep symbols which may
|
|
# be referenced only from C++.
|
|
|
|
-keepclassmembers class * {
|
|
com.facebook.jni.HybridData *;
|
|
<init>(com.facebook.jni.HybridData);
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
com.facebook.jni.HybridData *;
|
|
}
|