こんにちは皆私はネイティブに反応し、先週からの反応を学び始めました。反応するネイティブ・ベクトルのアイコンを[email protected]は[email protected]^4.0.0のピアを必要としますが、何もインストールされていません
しかし、今、私が問題に引っかかっが正しくインストールされません。そのhappen.iは、正確な問題
はここに私のパッケージですされているものになっていないですなぜ、私は知りません
{
"name": "ephotobook",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.46.3",
"react-native-icons": "^0.7.1",
"react-native-material-ui": "^1.12.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.1.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}
.json私が反応し、ネイティブ・ベクトルのアイコンを 私は次のエラー
`-- UNMET PEER DEPENDENCY [email protected]^4.0.0
npm WARN [email protected] requires a peer of react-native-vector-
[email protected]^4.0.0 but none was installed.
を得るインストールNPM実行すると、両方の材料のuをインストールするために私を助けてくださいiとvecctorのアイコン
"react-native-vector-icons"を追加: "^ 4.0.0"、前の依存関係の文書 –
問題を解決しました –