79381440

Date: 2025-01-23 14:22:52
Score: 1.5
Natty:
Report link

Use the react-native-video package:

import Video from "react-native-video";

<Video source = {{ "uri": exercise.video }} style = {{ "width": "100%", "height": 300 }} resizeMode = "contain" controls = {true} />

Set the Video Source to the location of the video

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user27793975