So i am very new to react native, but i got little bit understanding in react node express and mysql.let’s just say i created backend with node js, express and mysql so how we fetch the data from react native, is it same way like what we do in react ?
2
Answers
Same as React.
You can just use fetch like this:
Yes, it is the exact same way you’d do it with React, so you most commonly will have 4 options: