Before posting this question I have seen already seen similar questions and their answers such as this and this, but their answers are mostly for Xamarin iOS.
With the time (as compared one of the linked question asked 2 years ago) Xamarin Form has evolved. So, I am trying to figure out if there is any way to bundle and re-use prebuilt Realm database (or any file for that matter) on a PCL xamarin forms project?
If this can't be achieved through PCL alone then what would be platform specific (android, iOS, UWP) modification for the same.
Whatever code parts I have tried with the help of linked questions, I couldn't solve this problem.