Skip to content

Commit 5811daf

Browse files
committed
Fix
1 parent bac2288 commit 5811daf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package expo.modules.core.interfaces;
22

33
public interface ReactNativeHostHandler {
4-
default void onReactInstanceException(boolean useDeveloperSupport, Exception exception) {}
4+
default void onReactInstanceException(boolean useDeveloperSupport, Exception exception) {
5+
// default empty implementation
6+
}
57
}
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)