I am quite new to Expo and am trying to turn my React Native App into an additional web app. I’m pretty excited about Expo Web / React Native Web, but unfortunately I have the problem that I don’t see any outputs in the Expo Dev Tool (where the webpack is started), nor in the command line outputs of console.log. Is there a trick for this?
If i do a Alert("...") instead of a console.log it works. But this is not so good to work with fetch.
Thanks for any help!