설치

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

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는 바로 설치할 필요가 없습니다.