How to send JSON Object from React Native to Laravel Server?
问题 I have these JSON Objects that I want to send to my API so I can save them on my database : JSON Objects const utility = { con: [ { "name": "Michel", "phone": "+213 93 783 28 73", "users_id": "1"}, { "name": "Annie", "phone": "+213 93 783 28 72", "users_id": "1"}, { "name": "Rory", "phone": "+16505551212", "users_id": "1"}, { "name": "CESI", "phone": "+213 58 357 31 78", "users_id": "1"} ], } Post request from React Native : export default function Contact({ navigation }) { const { user,