Skip to content

Commit 09ace72

Browse files
authored
fix: error in bridgeless mode #111 (#113)
1 parent 25706ce commit 09ace72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react-native-performance/android/src/main/java/com/oblador/performance/PerformanceModule.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,9 @@ public void onCatalystInstanceDestroy() {
219219
super.onCatalystInstanceDestroy();
220220
RNPerformance.getInstance().removeListener(this);
221221
}
222+
223+
// Fix new arch runtime error
224+
public void addListener(String eventName) {
225+
226+
}
222227
}

0 commit comments

Comments
 (0)