Ahmad
Ahmad
There should be a list of available props (APIs) for all the charts. I know Docs aren't completed yet but for someone new there should be an easy list of...
Updated README to show the properties of color object and Updated color proptype in Calendar from Object to ShapeOf ` color: PropTypes.shape({ mainColor: PropTypes.string, subColor: PropTypes.string, borderColor: PropTypes.string }),`
I've setup Ooui WSAM with Existing Xamarin Forms App. It works but my `MainPage` is a `TabbedPage` but Ooui renders both pages at the same time on top of each...