我不明白那是什么错误。
这是我的组件:
import React, { Component } from 'react';
import { Text, View } from 'react-native';
import axios from 'axios';
class AlbumList extends Component {
componentWillMount() {
axios.get('https://rallycoding.herokuapp.com/api/music_albums')
.then(response => console.log(response));
}
render() {
return (
<View>
<Text>AlbumList!</Text>
</View>
);
}
}
export default AlbumList;
这是我的错误:
@ deltaUrlToBlobUrl.js:29显示:
(索引):185显示(我添加了“;”但没有帮助):