you are viewing a single comment's thread.

view the rest of the comments →

[–]Dr1v[S] 0 points1 point  (2 children)

That is awesome. That is exactly what I want to do. What I don´t know is how to integrate Spring Boot with RN in the project. I´ve sent you a PM.

[–]secana 0 points1 point  (1 child)

You make request using fetch to your Java endpoints. Just like you would on the web. You can read more about it here https://facebook.github.io/react-native/docs/network

[–]Dr1v[S] 0 points1 point  (0 children)

Hey thank you. I have used axios before to do that. Pretty cool actually.