rieg-ec

Results 6 comments of rieg-ec

update: i made a fork that fixes breaking changes from coc update: https://github.com/rieg-ec/coc-tailwindcss. You will need to install from master branch until i upload as npm package tho. Beware too...

I'm having the same issue, it isn't a nice default i guess, it should be opt-in

same issue on Android, the percentage loader seems to indicate the file is downloading, but then i see no preview of the pdf just a blank screen

can confirm this worked: In android/build.gradle, under dependencies ->classpath('com.google.gms:google-services:4.4.1') In android/app/build.gradle -> apply plugin: 'com.google.gms.google-services'

in case anyone using expo wants to keep with latest version, this plugin adds the abiFilters that @mrousavy mentioned ``` const { withAppBuildGradle, withPlugins } = require('@expo/config-plugins'); const withCustomBuildGradle =...