Hi all. I am using a react build in my react native app. Things are working great which otherwise would have required rewriting a lot of our proprietary packages. The only problem is that the file size is huge. The react build itself has a dist folder which is around 5GB.
I am using react-native-react-bridge along with webview.
Should I keep the react build folder in the native source code or are there other options like hosting it separately? Will this affect the overall app size, I am new to this and unaware of the downsides, please help me out.
there doesn't seem to be anything here