React native – Convert pixel to percentage React-Native javascript
I'm building an app on RN and I made the mistake to put my values in pixels instead of percentages so it fits with all screen sizes... Can someone help me convert those values into percentage in my javascript code…