Andrei Alecu
Andrei Alecu
Just ran into the issue at #894 Seems that the milestone was missed. Anything holding this back?
An alternative is to just add a versioning query string to the url ```jsx ``` You then just increment `version`.
This is an upstream issue with Flashlist. See this discussion: https://github.com/Shopify/flash-list/discussions/517
I think the `npm publish` was somehow messed up because: https://cdn.jsdelivr.net/npm/[email protected]/lib/SkeletonPlaceholder.js (search for `react-native-community` here) Does not match the source of https://github.com/chramos/react-native-skeleton-placeholder/blob/master/src/SkeletonPlaceholder.tsx. @chramos mind publishing the library again?
Version 5.0 uses `@react-native-masked-view/masked-view`. You will need to remove the older (community) one.
Actually my second screenshot is wrong, it's fast because the `useMemo` is missing a dependency on `element`. But I have further narrowed down the timing, and it's actually `generateOverrideStyle` that...
Was wondering if this PR was abandoned. It seems so. TypeScript may be a better idea nowadays than using Flow. It appears there's no good email validation library in the...
Understood, do you plan on updating them in the main release as well? --- PS: While running `python3 generate.py azuread` I first got: ``` subprocess.CalledProcessError: Command '['cfn', 'init', '--type-name', 'TF::AzureAD::SynchronizationSecret',...
With the updates in #8 I was able to generate and submit the updated resource. However, it would be really great if you could update the main ones as well,...
The same problem seems to exist on `20.11.5`, to some extent. I notice the same messages logged: ``` [Connection Processor] code:[301], response:[ 301 Moved Permanently 301 Moved Permanently ], request:...