Send data to MySQL database using React Native and Laravel?
I have a website application built with Laravel, I want to create a registration form into the React Native mobile app and send that data to the MySQL database to store in their respective columns.
What's the proper way of doing this?