react-native-wheel-of-fortune icon indicating copy to clipboard operation
react-native-wheel-of-fortune copied to clipboard

requireNativeComponent: "RNSVGTSpan" was not found in the UIManager this error is showing

Open johnson-india opened this issue 3 years ago • 7 comments

johnson-india avatar Jun 06 '21 12:06 johnson-india

if you are using react native cli so you need to install react native link and react native svg and it will work for you

rmadi avatar Mar 15 '22 09:03 rmadi

@rmadi its not working for me even after the installations you mentioned any other methods

VishnuLanka avatar Jul 08 '22 05:07 VishnuLanka

juste run npm i react-native-svg npx react-native link react-native-svg

rmadi avatar Jul 13 '22 22:07 rmadi

I have same issue. When I execute npx react-native link react-native-svg command, I'm getting error as "error: unknown command 'link'". How can I resolve it?

HemalAsanka avatar Sep 13 '22 15:09 HemalAsanka

@rmadi it's not working which your mentioned above $ npx react-native link react-native-svg <==== input error: unknown command 'link' <==== output

aneeshLinkEZ avatar Sep 26 '22 08:09 aneeshLinkEZ

@HemalAsanka Hi i got the same issue and its works after reinstalling the app in my emulator

aneeshLinkEZ avatar Sep 26 '22 08:09 aneeshLinkEZ

@aneeshLinkEZ Thank you for your response. I added this plugging manually and afterthat it worked to me.

HemalAsanka avatar Sep 26 '22 08:09 HemalAsanka