Arpit Bhalla

Results 91 comments of Arpit Bhalla

Already fixed by #3583

> Hey @ithustle did you fix this? I'm getting a similar error on Android only but with the Switch component Hey, can you share more details? and did you tried...

@anandhakumarpalanisamy Hey👋, `Modal` or `overlay` can be used for this, > Tooltips display informative text when users hover over, focus on, or tap an element. Please See this https://material.io/components/tooltips

@andrewgilliland Can you confirm this with Bleeding Edge version

@kedar09 did you tested it for iOS too?

Hey @rkoleci how are you planning to do it?

Hey in `withTheme` you need to add theme key as well which you defined in theme, in your case it would be `PageHeader ` Try this ```tsx export const PageHeader...

If we do like this `export default withTheme(PageHeader);` (Named function) then we don't need key, else it's required to specify. Feel free to add it to docs.