For AI agents: the complete documentation index is available at /ko/llms.txt, the full documentation bundle is available at /ko/llms-full.txt, and this page is available as Markdown at /ko/guide/getting-started/installation.md.
  • 한국어
  • 2.x
  • 설치

    먼저 메인 패키지를 설치합니다.

    npm
    yarn
    pnpm
    bun
    deno
    npm install react-native-youtube-bridge

    peer dependency

    iOS와 Android에서는 react-native-webview가 필요합니다.

    npm
    yarn
    pnpm
    bun
    deno
    npm install react-native-webview

    최소 조건

    패키지버전
    react>=16.8.0
    react-native>=0.60.0
    react-native-webview>=11.0.0

    설치 후 사용 가능한 것

    • useYouTubePlayer
    • useYouTubeEvent
    • YoutubeView
    • 공개 타입들
    • useYoutubeOEmbed

    일반적인 사용만 한다면 @react-native-youtube-bridge/web는 바로 설치할 필요가 없습니다.