Binur Konarbai
Binur Konarbai
I'm having the same issue. My project is built on top of capacitor. The `performActionForShortcutItem` is never called. @clampinou did you find any solution to this?
Same problem here
I insert the first page to the end of pages aray: `const pages = [, , , ];`. Then I track selected page using `onPageSelected` callback, and when `selectedPage >=...
Hey @sherpadougs, we're having exact same issue. Did you come up with anything?
@DougSauve what a pity. Thanks for your time.
Having the same issue with https://github.com/duongdev/phosphor-react-native My workaround looks like this but I won't benefit from tree-shaking: ``` import * as PhsophorIcons from 'phosphor-react-native' Object.values(PhsophorIcons).forEach((pi) => { if (isReactComponent(pi)) {...