Results 4 comments of reilem

This is what it looks like for me in "personal chat" with the Github app: https://user-images.githubusercontent.com/11155505/104948541-c09ae600-59bd-11eb-98f0-a8771b086301.mp4 Two "issues" I am having is: 1. I see two Github options (I have...

> I'm working on my own version of same functionality. You can check it in [reeywhaar/tmbliss](https://github.com/reeywhaar/tmbliss) This works very well! I just used it to exclude all the gitignores files...

I'm also getting these warnings on the new version of react-native. ``` Require cycle: node_modules/rn-fetch-blob/index.js -> node_modules/rn-fetch-blob/polyfill/index.js -> node_modules/rn-fetch-blob/polyfill/Blob.js -> node_modules/rn-fetch-blob/index.js ``` ``` Require cycle: node_modules/rn-fetch-blob/index.js -> node_modules/rn-fetch-blob/polyfill/index.js -> node_modules/rn-fetch-blob/polyfill/XMLHttpRequest.js...

For those interested I found a way to get transparent maps by using a fake url that does not point to anything, e.g. "https://fake-tiles.example.com/{z}/{x}/{y}.png" this returns 404s and will result...