We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5b0ae commit 06e7034Copy full SHA for 06e7034
src/TestApiTwo.js
@@ -11,7 +11,7 @@ export default class TestApiTwo extends Component {
11
}
12
13
componentDidMount() {
14
- return fetch('https://api.myjson.com/bins/6l2b1')
+ return fetch('https://api.myjson.com/bins/1ahk1h')
15
.then((response) => response.json())
16
.then((responseJson) => {
17
let ds = new ListView.DataSource({ rowHasChanged: (r1, r2) => r1 !== r2 });
0 commit comments