I am trying to build a custom mobile Front End for a forum that doesn't have a public API and I thought about having a shared invisible WebView that's accesible by a reference through all React Navigation Views. I would then inject JS into this view and scrape data off it.
Is there any way I can accomplish this task? I'm using Expo and Typescript by the way.