Screens/social profile screen
Social Profile Screen I am done with this screen and would like some reviews on the work done. I enjoyed using Galio a lot. If not for the issues I had picking out some detailed measurements from the designs I would be done in a day or so. Well check out what I got and let me know what you think. Regards.
Related to #31
@samcyn a quick check for lint is to run npm run lint src/screens/SocialProfile.js
To auto fix them run npm run lint src/screens/SocialProfile.js --fix and some of the warning/errors must be done manually
update: All linting errors have been fixed. Thanks @hetmann and @palingheorghe for the review.
Hi one more change. I added COLOR_DARK_GREY='#444444' as suggested by @hetmann. And that should be all for now. Thanks guys.