Posts by Bruno Oliveira • 93 points
2 posts
-
0
votes0
answers250
viewsQ: Reduce image quality of a URL in React Native
The app that I’m developing, made in React Native, has within it many images from different websites. The problem is that some images are quite large and on bad gadgets it hangs the application in…
react-nativeasked Bruno Oliveira 93 -
9
votes1
answer636
viewsQ: What is the best way to login to the app via facebook and login to a Rest(spring boot) server?
I’m creating an app with React Turn on where I log into facebook and also have information of this user, created after login, on a Rest server that I developed with spring boot. As in the Rest…