We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9071b commit 485cc67Copy full SHA for 485cc67
packages/uikit-react-native/src/platform/createMediaService.expo.tsx
@@ -103,7 +103,7 @@ const createExpoMediaService = ({
103
104
const videoAdapter = expoBackwardUtils.expoAV.isVideoModule(avModule)
105
? new ExpoVideoAdapter(avModule)
106
- : new LegacyExpoAVVideoAdapter(avModule as typeof ExpoAV);
+ : new LegacyExpoAVVideoAdapter(avModule);
107
108
return {
109
VideoComponent: videoAdapter.VideoComponent,
0 commit comments