setPlayingId('fb2019')}>
- {playingId === 'fb2019' ? (
+ onClick={() => setPlayingId(VideoId.Why)}>
+ {playingId === VideoId.Why ? (
) : (

)}
-
FB 2019: Mobile innovation with React Native
-
45:29
+
Why React Native?
+
1:42
setPlayingId('why')}>
- {playingId === 'why' ? (
+ onClick={() => setPlayingId(VideoId.Keynote2025)}>
+ {playingId === VideoId.Keynote2025 ? (
) : (

)}
-
Why React Native?
-
1:42
+
+ React Conf 2025
+
+ React Native Keynote
+
+
55:13
+
+
+
setPlayingId(VideoId.Keynote2024)}>
+ {playingId === VideoId.Keynote2024 ? (
+
+ ) : (
+

+ )}
+
+
+ React Conf 2024
+
+ React Native Keynote
+
+
55:14
+
+
+
setPlayingId(VideoId.FB2019)}>
+ {playingId === VideoId.FB2019 ? (
+
+ ) : (
+

+ )}
+
+
+ FB 2019
+
+ Mobile innovation with React Native
+
+
45:29