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