You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 below
refactor that into a web app and then integrate it back into the react native app as a web view
use react native web to port that component part of the app for the web. here I would have really no idea how to proceed and if that is possible at all.
create a web project and keep writing react native in the app, maintaining the two products separately
am I missing out on something? do you have any other suggestion?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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