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 / JukePodProvider.tsx
Created August 18, 2025 13:12
The next Spotify won’t be a music platform — it’ll be a better player for YouTube.
import React, {
createContext,
useState,
useRef,
useEffect,
useContext,
} from 'react';
import WebView from 'react-native-webview';
import {Trak} from '../types/Trak';
import {useSelector} from 'react-redux';