react-native-wheel-of-fortune
react-native-wheel-of-fortune copied to clipboard
requireNativeComponent: "RNSVGTSpan" was not found in the UIManager this error is showing
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 its not working for me even after the installations you mentioned any other methods
juste run npm i react-native-svg npx react-native link react-native-svg
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?
@rmadi it's not working which your mentioned above $ npx react-native link react-native-svg <==== input error: unknown command 'link' <==== output
@HemalAsanka Hi i got the same issue and its works after reinstalling the app in my emulator
@aneeshLinkEZ Thank you for your response. I added this plugging manually and afterthat it worked to me.