Sven Lombaert
Sven Lombaert
@computerjazz Quite confused, since package.json requires reanimated v2.0 or higher as a peer dependency? So if the migration is not ready, why did the peer deps get bumped? Not wanting...
> Now it's 2022, what's the status of this issue? I wonder if Reanimated v2 is officially supported or not. > > I'm facing into the [problem described by svenlombaert](https://github.com/computerjazz/react-native-draggable-flatlist/issues/247#issuecomment-848035576),...
For users having the same problem, and non-chinese speaking, it's a bug in react-native: https://github.com/facebook/react-native/issues/22237
We're experiencing the same issue as well now (for a couple of months). I can give this information (which is about the same as the OP) - It only happens...
Well, I think why people are still posting all the issues here is because when you're using redux, there doesn't seem to be a lot of alternative to redux-persist.
I think by now, I've tried every possible combination of workarounds. They always get persisted and rehydrated **except** on app update. We implemented our own solution now to persist a...
What needs to happen to get this merged?
> @svenlombaert is this still an issue? in v1 for sure, cause the url keeps changing and there's never a redirect from the old url
I wanted to install it @Rejsal but you made a small mistake in your package.json file. Line 29 has a trailing comma which is not allowed in json. https://github.com/Rejsal/react-native-datepicker/blob/master/package.json#L29
I think I just got it working by adding this resolve to the rule: ``` { test: /\.svg$/i, issuer: fileLoaderRule.issuer, resourceQuery: { not: [...fileLoaderRule.resourceQuery.not, /url/] }, // exclude if *.svg?url...