npm install react-native-youtube-bridge@1.x
yarn add react-native-youtube-bridge@1.x
pnpm add react-native-youtube-bridge@1.x
bun add react-native-youtube-bridge@1.x
deno add npm:react-native-youtube-bridge@1.x
import { YoutubePlayer } from 'react-native-youtube-bridge'; function App() { return <YoutubePlayer source="AbZH7XWDW_k" />; }
<YoutubePlayer source="AbZH7XWDW_k" /> <YoutubePlayer source={{ videoId: 'AbZH7XWDW_k' }} /> <YoutubePlayer source={{ url: 'https://youtube.com/watch?v=AbZH7XWDW_k' }} />