Is React-Native supported? It does not seem so at the moment.
isolate browser API
expose module as UMD
Contributor guide
Tech stack
typescriptreactreact native
Domain
mobilefrontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
blocked
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
ReactReact NativeTypeScriptUMD module bundling
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
35
Research direction
Review the existing hooks in react use to identify browser specific APIs (e.g., window, document) that need abstraction. The issue suggests isolating these APIs and exposing the library as a UMD module. Check comments for maintainer input on preferred approach. Look at similar libraries that support React Native for patterns.