Can React Native Windows be used like a brownfield library (dll) as on iOS/Android? #15126
Unanswered
iiliev-nemetschek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question:
On iOS and Android, React Native can be integrated into an existing ("brownfield") app as a library (framework/dll), allowing the host app to show a screen or view with a React Native component as needed. The host app remains a native project, and React Native is used just for specific screens or features.
Is it possible to achieve a similar integration pattern with React Native Windows?
Specifically:
Any insights, limitations, or architectural considerations for brownfield (library) integration on Windows are appreciated!
Beta Was this translation helpful? Give feedback.
All reactions