Bernardo Azevedo

Results 28 comments of Bernardo Azevedo

``` declare module '*.svg' { // import React = require('react'); // export const ReactComponent: React.FC; // const src: string; // export default src; const content: React.FunctionComponent; export default content; }...

Apparently it didnt solve anything, imported different .svgs started having the same problem again. It seems this is related to VSCode caching the .svg files or something, because if the...

I think my problem is the same. In my getView from the adapter I inflate a layout where I have a textview inside a LinearLayout. In my vanilla listview everything...

can confirm it does not work. EDIT: It is working now, although sometimes I can get this error: [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example...

@Binaryify it actually made the problem worse, now as soon as I get the error I mentioned, it breaks the horizontal scroll. The "Intervention" error also happens in perfect scrollbar...

Our app also started to be rejected although it was already in prod with the lib. I guess we could remove the permission from the manifest, although it would have...

@christocracy i had, i edited my post with that info. We are trying to increase the precision of the data collected, this is a step back for us

Yes to be honest i just replied to increase awareness as we're already doing that :)

@TNAJanssen we got rejected even with that reason

@TNAJanssen we have the "same" screen, we uploaded a video sending a user to that screen and from there asking for the permissions. Still denied. I think as usual with...