An android based webview app made with React Native Webiew allow user to read medium article without being block.
The idea is add referer link from twitter in header for every request to medium. Currently, React Native Webview doesn't allow to add custom header on every request, just initial request. You can refer to this trick to achieve that