React Native v0.68.2 (Expo SDK 45) + Square React native SDK

Hello,

I am facing an issue here, I migrated our app from Expo SDK 43 → Expo SDK 45. After the migration, the warning “new NativeEventEmitter() was called with a non-null argument without the required removeListeners method.” started to show

Looking the StackTrace I found this new NativeEventEmitter() inside the Square SDK (in-app-payments-react-native-plugin/GooglePay.ts at master · square/in-app-payments-react-native-plugin · GitHub) and in other files from Square SDK too

Is this an issue? Do I need to worry about this?