react-native-webview: support new architecture #14345
Labels
enhancement
Extensions
Tracks issues against community modules and extensions
External
Issue tracked in this repo but change will need to happen in another repo
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Workstream: Module Support
Module developers have the requisite tooling and clear path for adding windows support to modules.
Milestone
Summary
react-native-webview does not – as far as I can tell, though I may be wrong – appear to support New Architecture and it's blocking us from migrating our React Native Windows app to New Arch.
Motivation
Our CI builds currently take 40 minutes and we'd love to enable New Architecture and take advantage of prebuilt React Native Windows, but we're blocked on migrating until
react-native-webview
supports New Architecture.React Native WebView is arguably the highest-value native module in the React Native ecosystem, as it gives one access to powerful UI (e.g. it's essentially necessary for syntax-highlighting code blocks) and even a great variety of native APIs (e.g. microphone recording and cryptography)
Other info
I tried making contributions to
react-native-webview
before but unfortunately the monorepo and build artifacts take up too much disk space to fit on my available Windows machine, so I found myself unable to assist.Related:
Basic Example
No response
Open Questions
No response
The text was updated successfully, but these errors were encountered: