dewango / BottomNavigationBarXF

Bottom Navigation Bar for Xamarin Forms
MIT License
187 stars 97 forks source link

Update the Deprecated Functions & Properties #97

Closed achrafAa closed 2 years ago

achrafAa commented 6 years ago

FIX : -CS0618 'IVisualElementRenderer.ViewGroup' is obsolete: 'ViewGroup is obsolete as of version 2.3.5. Please use View instead.' -CS0618 'Platform.CreateRenderer(VisualElement)' is obsolete: 'CreateRenderer(VisualElement) is obsolete as of version 2.5. Please use CreateRendererWithContext(VisualElement, Context) instead.' -CS0618 'VisualElementRenderer.VisualElementRenderer()' is obsolete: 'This constructor is obsolete as of version 2.5. Please use VisualElementRenderer(Context) instead.'

need to be fixed : -CS0618 'Forms.Context' is obsolete: 'Context is obsolete as of version 2.5. Please use a local context instead.'