Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

Fetch data from php url to save to local sqlite in react native

$
0
0

So i want fetch data from url, example from json.php and then store that to local sqlite in React Native. But i cant any refference or any problem same like me

i tried find another database to get data from url and store to local database, but it seems i cant 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"
 }]

Viewing all articles
Browse latest Browse all 16552

Trending Articles