Mathjax offline for web view
Using webview to render math content by linking mathjax cdn for react native is common. But how to approach the problem of making it offline. Is there a way to locally maintain that bundle? Is it even prefered? What will be the size of the bundle ? I dont want my app size to go beyond 10mb. file:///android_asset/MathJax/Found the solution. Download your mathjax from http://docs.mathjax.org/en/latest/installation.html into => android/app/src/main/assets/ Now in your webview html code set script reference to <script src="file:///android_asset/MathJax/MathJax.js?config=TeX-MML-AM_CHTML"></script>