I want to fetch data from url, example from json.php and then store that to local sqlite in React Native. But I can't find any reference or any problem same like me
I tried to find another database to get data from url and store to local database, but it seems I can't find any case like me.
[{
"username":"****",
"password":"*****",
"access":"1",
"name":"dwi",
"phone_number":"****",
"email":"**@***.com",
"score":null,"status":"0"
},
{
"username":"*****",
"password":"****",
"access":"1",
"name":"******",
"phone_number":"**********",
"email":"******@**.com",
"score":null,
"status":"0"
}]