Upon updating my project to Xamarin Forms 1.3 from 1.2 I started getting an exception
Method not found: 'Xamarin.Forms.BindableProperty.Create'.
I pulled down the ReactiveUI source
Updated the ReactiveUI.xamarin forms project with the latest 1.3 libraries
recompiled
And added those into my project which seems to have resolved it
Not sure if there was a better (different) way to get around this...
I tried setting assembly binding redirects in the app.config but that didn't seem to resolve the issue
Shane