dewango/BottomNavigationBarXF

Problem with nuget 1.0.1

Closed this issue · 8 comments

Hi,

I have no idea why, but when installing the package into my project it only instally the Droid Parte but not the platform independent part.
Maybe this because I'm using a shared project.

Will go back to the dlls.

Anybody experienced the same?

Cheers
Thomas

@escamoteur Did you do a cross check? Other nuget version. Without a shared project, etc.
Would be nice to have some insights, in which case it works and in which it does not.

sorry, no time yet

ice-j commented

I can help with this. You need to manually reference the XamarinForms dll which can be found in the packages folder of your solution, then inside the BottomNavigationBarXF folder. If you can't find your way around this I'll make some tutorial for you with pictures. I'm using shared projects as well.

Ok that would be a solution. So you got the same problems?

@ice-j Would you mind creating a PR so that we can share it with everyone else?

ice-j commented

@escamoteur Yes, I couldn't access the BottomBarPage class from the shared project without adding the forms reference manually.

@DominicFrei sure thing, will push tomorrow.

Fixed by ice-j with PR #22 .

Dids commented

@DominicFrei I'm assuming the new nuget package will still need to be built and pushed to nuget.org?