Usama Moin

Results 5 comments of Usama Moin

You have to use both of the above solutions simultaneously ``` // week days by order weekDays: [ { name: 'Monday', // used for accessibility short: 'M', // displayed at...

Hey @bric-stripe , thank you for the response. This is the code we have been using ``` const fetchTokenProvider = async (): Promise => { console.log("Fetching Token"); const response =...

@tamacroft the package doesn't support android as of now.

> > @prasid444 > > Check this out > > On Android > > ![WhatsApp Image 2020-02-11 at 14 41 05](https://user-images.githubusercontent.com/56388637/74215669-c7fd3e00-4cdc-11ea-813d-89cd8f62de0b.jpeg) > > how do we achieve this on android?...

You can pass `backgroundColor` & `shadowColor` to style prop for that. PRs are welcomed if you want to come up with a better solution to this.