Hi all,
while testing the Forms library I ran into some issues while attempting to create a component library. I would like to package some custom cross-platform components in a separate set of libraries to be used by multiple applications. This would require creating a base PCL project with the cross-platform component class (extending View) and platform specific projects with the custom component renderer (extending ViewRenderer). However there seems to be issues with the Xamarin.Forms packages in Visual Studio.
Edit: Resolved, was a botched installation. You do need to add the Forms NuGet packages manually to your platform specific project for it to work, however.