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.
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 forreact-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.