alexZajac / react-native-skeleton-content

A customizable skeleton-like loading placeholder for react native projects using expo.
https://www.npmjs.com/package/react-native-skeleton-content
MIT License
613 stars 134 forks source link

chore: bump version of expo-linear-gradient and react-native-reanimated #58

Closed adelbeke closed 2 years ago

adelbeke commented 2 years ago

Identify the Bug

expo-linear-gradient using unimodules, and it does not work with the new version of Expo.

Description of the Change

I've update expo-linear-gradient version, and also for react-native-reanimated.

If you Expo application throw an error like: Invariant Violation: Tried to register two views with the same name ViewManagerAdapter_ExpoLinearGradient, you can use this command who gonna fix the problem: npm dedupe

Verification Process

To test my changes, I've use npm install "https://github.com/adscud/react-native-skeleton-content.git#adscud-update-packages" on my main project where the inital error was throwed, and now it works with Expo 43.