This repository was archived by the owner on Apr 15, 2023. It is now read-only.
Version 1.0.3
Make xhr.timeout configurable (#16) via the timeout option.
const options = { timeout: 1000 }; // seconds
const eventSource = new RNEventSource('https://my-sse.com/stream', options);