return response; else throw new Error(response.statusText) })
.then(response => response.json())
.then(json => this.props.navigation.navigate('Route', {data: json}))
.catch(error => console.error(error.message))
Ад какой то
Обсуждают сегодня