Replies: 2 comments
-
Hi @necolas, would you be able to support me here please? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@AhmedSoli You can use nextjs _document.js and _app.js to achieve this https://github.com/vercel/next.js/blob/canary/examples/with-react-native-web/pages/_document.js#L30 https://github.com/vercel/next.js/blob/canary/examples/with-react-native-web/pages/_app.js#L7-L9 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to edit the index.html in order to
Right now, I do it manually after building the files but it would be great if there is an automated solution for this.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions