我想实现here的react-native-maps。
但是当我使用代码methods: {
getTotals() {
var self = this;
var new1 = [];
this.$http.get('http://localhost:3000/api/purchases')
.then(function(response) {
console.log("response.data value")
console.log(response.data)
for (var i = 0; i < response.data.length; i++) {
var item1 = JSON.parse(response.data[i].pur_items);
console.log("item1 for index i time" + i)
console.log(item1)
new1 = new1.concat(item1)
}
console.log("final output")
console.log(new1)
})
},
},
在App.js
上导入上面的MapView时,我收到此错误:
需要未知模块&#34;未定义&#34;。如果您确定模块在那里,请尝试重新启动Metro Bundler。您可能还想运行
import MapView from 'react-native-maps';
或yarn
(取决于您的环境)。
我的npm install
是
package.json
答案 0 :(得分:1)
尝试将您的package.json ask simulate --skill-id amzn1.ask.skill.bc889dcf-fc17-4a64-bbb3-077f6a4f5e39 --text "my newcls
skill" --locale en-US
更改为此“react-native-maps”:“https://github.com/react-community/react-native-maps.git”以确保您将使用此处建议的主分支{{3} }