mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-10 17:22:45 +08:00
This is an early release and there are several things that are known not to work if you're porting your iOS app to Android. See the Known Issues guide on the website. We will work with the community to reach platform parity with iOS.
7 lines
311 B
Prolog
7 lines
311 B
Prolog
# Ensure that methods from LollipopSysdeps don't get inlined. LollipopSysdeps.fallocate references
|
|
# an exception that isn't present prior to Lollipop, which trips up the verifier if the class is
|
|
# loaded on a pre-Lollipop OS.
|
|
-keep class com.facebook.soloader.SysUtil$LollipopSysdeps {
|
|
public <methods>;
|
|
}
|