I have some difficulties with SwipeListView from that repository (can't post links so it's on github.com in /chrisriesgo/android-swipelistview-sharp)
It worked for some time but recently it throws that error:
Android.Views.InflateException: 'Binary XML file line #1: Binary XML file line #1: Error inflating class com.fortysevendeg.swipelistview.SwipeListView'
In my project it was working fine. After some updates (VS/Xamarin/Android api) I get the same error.
The best way is to implement swipe gesture on ListView without external libs. But all Xamarin implementations are made for Xamarin.Forms. I'm using native.