Closed emmbyiringiro closed 1 year ago
@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
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 byreact-native-skeleton-content
which result in this issue - https://github.com/software-mansion/react-native-reanimated/issues/1781This should resolve by using
yarn
resolutions inside Expo Go and in production withexpo build:android
but fail with new EXPO EAS build.By remove
react-native-reanimated
as direct dependency from here, developer will installreact-native-reanimated
version compatible with EXPO SDK by usingexpo install react-native-reanimated
and all libraries will use that version compatible with EXPO SDK.