radekzz
radekzz
@NapChen @kanokith can you create a PR so this can be implemented? This is really useful update as it doesn't make sense to show e.g. Date 3x times in one...
I'd also love to have support after March 31. 🙏 For reference [https://developers.google.com/identity/oauth2/web/guides/migration-to-gis](https://developers.google.com/identity/oauth2/web/guides/migration-to-gis)
Simple solution here: `yarn add deprecated-react-native-prop-types` In `node_modules/react-native-htmlview/HTMLView.js`remove `ViewPropTypes` from the import statement. Insert `import { ViewPropTypes } from 'deprecated-react-native-prop-types'` But i hope that author will update a package so...
+1 This is a decision maker for me
Just got this warning in Google play. I my app also don't use safetynet. I think we should wait until Firebase do migration as currently there is nothing we can...
Same problem here, using `v36.6.8` on RN and `renderInPortal` doesn't help, it just convert tooltip on click to static tooltip always visible, `constrainToVisibleArea` also not helpful. Actually my problem is,...
@becca-bailey In my case i just need to modify styles of the cursor line. Could you please give me a hint how to do that? **EDIT:** Just found it, need...
Unfortunately i don't see what is in `(name in unitless)` but most probably the property is wrongly evaluated as `needsUnit`.
I already used a different solution, but if anyone would have performance issue, i hope it will help. `CellRenderrerComponent={DropShadow}`
I ended up with stop using the component and use my own styles unfortunately