tokkozhin/react-native-neomorph-shadows

Invariant violation: requireNativeComponent:"RNSVGLinearGradient" was not found in the UIManager.

imranshad opened this issue · 1 comments

Invariant violation: requireNativeComponent:"RNSVGLinearGradient" was not found in the UIManager.

Working solution is
for IOS
cd ios && pod install

for android
cd android && ./gradlew clean
yarn android