Skip to content

Instantly share code, notes, and snippets.

View TSB1999's full-sized avatar
🚀

Hakeem Rockets TSB1999

🚀
  • United Kingdom
View GitHub Profile
@TSB1999
TSB1999 / JukePod.tsx
Created July 25, 2025 17:35
The Next Disruption In Music Won't Be Another Spotify  -  It Will Be A Better Player For YouTube: Introducing the JukePod Dual Runner.
import {useContext} from 'react';
import WebView from 'react-native-webview';
import {StyleSheet, View} from 'react-native';
import {useJukePod} from './useJukePod';
import {PlayerContext, Track} from './JukePodProvider';
import {Dimensions} from 'react-native';
export const JukePodSDK = ({
handleStream,
}: {