react-native-skeleton-content
react-native-skeleton-content copied to clipboard
Remove React Native Reanimated 2 as direct dependency
Most time, apps are using React Navigation or another library that uses react-native-reanimated
as a dependency.
Those libraries define their own Reanimated dependency version which does not match by version defined by react-native-skeleton-content
which result in this issue - https://github.com/software-mansion/react-native-reanimated/issues/1781
This should resolve by using yarn
resolutions inside Expo Go and in production with expo build:android
but fail with new EXPO EAS build.
By remove react-native-reanimated
as direct dependency from here, developer will install react-native-reanimated
version compatible with EXPO SDK by
using expo install react-native-reanimated
and all libraries will use that version compatible with EXPO SDK.
@alexZajac please take a look at this, it would be really useful. I also can't use it right now because of reanimated version collision
@alexZajac hey dude, do you consider this fix? otherwise this package will not be useable. crashes app now
Can you double-check if PR #75 (now merged and published) fixes this?
Closing as no update from requester.
Hello, could you please remove it? I am having issues with duplicate dependencies
this package can not be used without fixing this issue. crashes app now