Anton

Results 2 issues of Anton

how to trigger a groupMenu component ? I try through the `ref.current.onPress()` , the event is triggered, but does not expand under the menu, help ```js constructor() { this.menuItemRef =...

I have a wrapper component over Textfield, if I use it, I get an error in the console, how can I fix it? ```ts import * as React from 'react'...