インターネットでの研究の日の後、私はまだ私の問題をまだ解決していません。 私が反応し、ネイティブSVGを使用していると私は同じ問題が午前:また不変の違反: "RNSVGSvgView"のネイティブコンポーネントが存在しません
react-native unlink react-native-svg
npm uninstall react-native-svg
npm install react-native-svg
react-native link react-native-svg
react-native run-ios
:私は含めて、多くのことを試してみました Invariant Violation: Native component for "RNSVGSvgView" does not exist
: No component found for view with the name "RNSVGPath"
それとも、このいずれかを:
pod 'RNSVG', :path => '../node_modules/react-native-svg'
rm -rf node_modules
npm install
react-native run-ios
しかし、まだ何も... ここでの私が使用していたバージョンは:
"dependencies": {
"react": "16.1.1",
"react-native": "0.50.3",
"react-native-svg": "^6.0.1-rc.1"
}
は私が直接、まだ何も...あなたの助けみんなのため
感謝のXCodeからそれを構築しようとしました!他に続いて
npm install react-native-svg --save //(again)
react-native link react-native-svg //(again)
watchman watch-del-all
rm -rf node_modules/ && yarn cache clean && yarn install
:
ありがとうございました! – Mephilia