uri of Video not working with query string parameter

SDK Version: 45
Platforms(Android/iOS/web/all): iOS

This code not working when having parameter but works without it ?token=SOME_TOKEN

<Video
  ref={videoRef}
  source={{uri: 'https://www.example.com/video.mp4?token=SOME_TOKEN'}}
  rate={1.0}
  volume={1.0}
  isMuted={false}
  resizeMode="cover"
  shouldPlay
  isLooping
  style={{ width: '100%', height: '100%' }}
/>

How can I playback uri videos with parameters?

I reinstalled the Expo app on my iPhone and it works!

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