I'm getting started with Xamarin Forms and loving it so far but I have a question regarding using Parse with a portable forms project.
Parse is designed to have separate iOS and Android components from what I can tell. Is it possible to add the Parse libraries to the shared code part of the project or do I have to add parse to both the iOS and Android parts and duplicate some effort?
Thanks!