1

I got the below error frequently.

ERROR : Invariant Violation: requireNativeComponent: "RNSVGTSpan" was not found in the UIManager.

this is my dependencies:{ "react-native-svg": "^12.1.0", "react-native-svg-charts": "^5.4.0", }

1 Answers1

0

I was facing same error in the iOS version of react-native app. I had forgotten to do pod install at ios directory and rebuild the app in Xcode. This worked for me.

Rupali Doke
  • 115
  • 3
  • 10