For AI agents: the complete documentation index is available at /1.x/ko/llms.txt, the full documentation bundle is available at /1.x/ko/llms-full.txt, and this page is available as Markdown at /1.x/ko/guide/getting-started/quick-start.md.
  • 한국어
  • 1.x
  • 빠른 시작

    설치

    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' }} />

    다음 단계