What strategy should I use to render part of a React Native app on the web? #2433
Unanswered
Carmelo-Patti
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all and thanks for this really cool project,
at my company we have a react native app.
now we want to make so that a part of the app and its functionalities, basically a page component and its children rendered via
react-navigation/bottom-tabs
, would also become a standalone app accessible via web.for example that could be
ProfileOverview
here belowfrom what I understand we various options:
am I missing out on something? do you have any other suggestion?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions