How to show React Native App in browser to get feedback

Hi all, I made a simple React Native app and would like some feedback on it. I would like it to run in a browser, instead of only showing the code. I know https://rnplay.org/ but then I need to restructure my code since it allows only 1 file to be copy pasted in there. Is there a way I can just use my code on Github and run a simulator so I can share and show it???

1 Like

Have you tried react-native-web? There are a couple other packages that say they do the same thing but this is the only one that looks to be in active development.

Usually with a problem like this it will pay to check what’s on npm, someone’s probably already made a package that does it for you.

thanks, let me see if that works for me!