Hi, I’m Sébastien Lorber.
This page contains all the useful links related to my talk.
Happy to answer any question on Twitter.
If you want to run the demos:
Hey, look at my Expo video:
import { Video } from 'expo-av';
<Video
source={{
uri:
'https://www.simlog.com/wp-content/uploads/2014/09/Sample-Videos-52-Copy.mp4.mp4?_=3',
}}
rate={1.0}
isMuted={true}
resizeMode="cover"
shouldPlay={true}
isLooping={true}
style={{ width: 280 }}
/>