-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work as PWA. #1236
Comments
I think that's related to configuration in your HTML file rather than any of the JS in react-native-web. 😅 I'd suggest double checking your manifest and checking for errors in the dev tools. |
This is a component library for React DOM, so it will work for any PWA. The problems you are having are unrelated to this library. Perhaps ask on Stackoverflow or similar |
Thanks for your response @RangerMauve and @necolas . I am new to react native web. Thanks in advance. |
Hey @vlimag, as @RangerMauve and @necolas stated, this library is simply a way to render React Native components in React DOM. The way your app is bundled and distributed is entirely up to you, and out of the scope of this library. As a suggestion, you could lean on something like |
Hello,
I would like to know if PWA is current supported?
The app that I am integrating with react-native-web runs on chrome and safari normally.
The issue is that when I create the home shortcut, on Android, the app displays a blank screen, and on IOS the app shows up as on the Browser. (with search bar, but components are rendered normally)
And suggestion to get this solved?
Best Regards and congratulations for the initiative.
The text was updated successfully, but these errors were encountered: