Brandon Dooley

Results 26 comments of Brandon Dooley

Thanks man. Is it possible to open the modal dialog via the `onPress()` method of the Icon?

So, I've actually managed to resolve this issue. Turned out the missing prop that was preventing the Icon from being clickable was `useNativeAndroidPickerStyle={false}`. Once this was added everything worked perfectly...

I am also encountering the exact same problem. Getting the below error when I run the command `firebase deploy --only functions --set-build-env-vars NPM_TOKEN=${NPM_AUTH_TOKEN}` ``` error: unknown option '--set-build-env-vars' ``` @ganta...

> @paul-mesnilgrente here you are: https://codesandbox.io/s/react-dnd-scrolling-demo-forked-98ubm This is brilliant, thank you 👏