You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native/src/private/animated/NativeAnimatedHelper.js
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -430,7 +430,9 @@ export default {
430
430
nativeEventEmitter =newNativeEventEmitter(
431
431
// T88715063: NativeEventEmitter only used this parameter on iOS. Now it uses it on all platforms, so this code was modified automatically to preserve its behavior
432
432
// If you want to use the native module on other platforms, please remove this condition and test its behavior
0 commit comments