React Native New Architecture support — @zoom/react-native-videosdk

Hi Zoom team,

We’re upgrading our React Native app to 0.83.9, which requires New Architecture (mandatory since RN 0.82). We’re blocked because @zoom/react-native-videosdk v2.2.5 doesn’t support it - no codegenConfig, still using legacy bridge APIs on both iOS and Android.

Zoom is our primary video calling SDK, so this is a hard blocker for us. It currently runs through the interop layer, but that’s a temporary shim, not a long-term solution.

Three quick questions:

  1. Is New Architecture support planned for the React Native Video SDK?
  2. If yes, is there a rough timeline?
  3. In the meantime, is running v2.2.5 through the interop layer on RN 0.82/0.83 a stable, supported configuration?

Environment: @zoom/react-native-videosdk@2.5.0, React Native 0.83.9, iOS + Android, New Architecture enabled.

Thanks!