mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 11:05:21 +00:00
A (better) fix for t17513908: IG(Android) crash when tapping "Comments" at Settings
Reviewed By: martinbigio Differential Revision: D4956022 fbshipit-source-id: 0f9cc1c9ecf28c95fe192f41fd3e75cd7409dd27
This commit is contained in:
parent
91be5bfc86
commit
39c73a842f
@ -9,6 +9,7 @@
|
||||
|
||||
package com.facebook.react.bridge;
|
||||
|
||||
import com.facebook.proguard.annotations.DoNotStrip;
|
||||
|
||||
|
||||
/**
|
||||
@ -18,6 +19,7 @@ package com.facebook.react.bridge;
|
||||
* must not provide any Java code (so they can be reused on other platforms), and instead should
|
||||
* register themselves using {@link CxxModuleWrapper}.
|
||||
*/
|
||||
@DoNotStrip
|
||||
public interface NativeModule {
|
||||
interface NativeMethod {
|
||||
void invoke(JSInstance jsInstance, ReadableNativeArray parameters);
|
||||
|
Loading…
x
Reference in New Issue
Block a user