mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-10 10:00:16 +08:00
Reviewed By: mhorowitz Differential Revision: D3300152 fbshipit-source-id: 9a76b10579bbfc5bde3a5094b99b64c38f4c1da9
8 lines
287 B
Prolog
8 lines
287 B
Prolog
## Putting this here is kind of a hack. I don't want to modify the OSS bridge.
|
|
## TODO mhorowitz: add @DoNotStrip to the interface directly.
|
|
|
|
-keepclassmembers class com.facebook.react.bridge.queue.MessageQueueThread {
|
|
public boolean isOnThread();
|
|
public void assertIsOnThread();
|
|
}
|