빠른 시작

설치

npm
yarn
pnpm
bun
deno
npm install react-native-youtube-bridge@1.x

기본 플레이어

import { YoutubePlayer } from 'react-native-youtube-bridge';

function App() {
  return <YoutubePlayer source="AbZH7XWDW_k" />;
}

source 입력 형태

<YoutubePlayer source="AbZH7XWDW_k" />
<YoutubePlayer source={{ videoId: 'AbZH7XWDW_k' }} />
<YoutubePlayer source={{ url: 'https://youtube.com/watch?v=AbZH7XWDW_k' }} />

다음 단계