S
Size: a a a
S
NK
DN
DN
<application параметрandroid:usesCleartextTraffic="true"NK
NK
S
DN
NK
NK
S
NK
A
fetch('http://0.0.0.0:8000/register', {
method: 'POST',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
},
body: JSONJSON.stringify({
userName: 'testUserName',
firstName: 'yourValue',
lastName: 'yourOtherValue',
password: '111111',
}),
})
.then(function (response) {
return response.json();
})
.then(function (data) {
consoleconsole.log(data);
})
.catch(err => {
consoleconsole.log('ERROR here: ', err);
});```DN
npx react native run android точно делает перебилд а не просто устанавливает уже собранную сборку?S
NK
S
DN
NK