I've been trying to get a webrtc project made for android to work for the web.
The original project is written in react-native.
When i tried to use expo to compile to web, it gave me errors about unexpected token, not knowing what type
was, and then what ??
was. These are things that are in the main code base, and they were failing in imported packages, ONLY when compiling to web.
I suppose I want to understand better why compiling the javascript for web, would be any different from compiling the javascript for android/ios... the loaders should be the same shouldn't they? At least for interpretting the javascript.