i followed a tutorial for adding web support to a react native app. using react-native-web and webpack. looks like it works for everyone. but for me, i get a blank web page. even though it works just fine on the emulator.i get no error in the console.
this is the tutorial i followed:
as shown in the tutorial, i was hoping to see my simple react native code result both on the emulator and the webpage.
ps. my project is TypeScript based