Expo-av video player play videos in Android but does not show anything in iOS

Please provide the following:

  1. SDK Version:
    “expo”: “~48.0.18”,
    “expo-av”: “~13.2.1”,
  2. Platforms(iOS):
  3. Add the appropriate “Tag” based on what Expo library you have a question on.
    I have pretty simple code to play an mp4 video but the video does not play in iOS and yet plays in Android.

<Video source={{uri: encodeURI(“https://stprodsootchyinc.blob.core.windows.net/money-academy/The_Power_of_Credit%20.mp4?sp=r&st=[…]OyHSH%2FJTqXTT2z6dMp%2F7PTs5CXnLpjEDlA5jYN9UtA%3D”,
type: “video/mp4”,
}}
style={{ width: “100%”, height: 200 }}
useNativeControls
shouldPlay
resizeMode={ResizeMode.CONTAIN}
/>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.