React Native Video SDK compatibility with Android / iOS Video SDKs

Hi @muellseb,

Generally we suggest ensuring that your React Native wrapper and Android/iOS SDK versions are on the same major and minor version (e.g. 1.2.3 Android SDK pairs with 1.2.0 React Native). We do update the React Native wrapper with each minor version bump, but it tends to lag behind by a few weeks.

You can absolutely manually update the React Native wrapper locally as you’ve mentioned, but keep in mind that doing so may make it difficult for us to provide support if you are no longer using the wrapper as-is.

Thanks!