Usage Guide
Implementing this hook is straightforward. All you need is to parse the URL parameters and render a QR code.
Unified Implementation
You can handle both Host and Client logic in a single component. If the warp_id parameter exists in the URL, the hook automatically becomes a receiver.
App.tsx
tsx