Jeremy Gollehon

Results 42 comments of Jeremy Gollehon

This would be an awesome addition to the component. Any reason this hasn't been merged?

Came to see if this was an issue for anyone else. I have to wrap in `css` to get syntax highlighting to work. Does this work for you? I'm in...

Yeah. Would be awesome not to have to use it.

@andyrichardson Thanks so much for getting back to me! I've spent a couple hours on this and still can't get it to work. By default the Expo dev tools run...

Hey @andyrichardson. Thanks again for the response. I'll get you a better reproduction soon. Also, I just wanted to point you at [this tweet thread](https://twitter.com/GollyJer/status/1336370054242308096) in case you didn't see...

@andyrichardson Sorry for not posting a reproduction. I thought from the tweet reply from Expo made it clear that any Expo managed project will not work with urql-devtools. Do you...

Came looking into a similar issue. We're also only using the date picker. `mode="date"`. It seems the picker returns the picked date and the current time in a UTC datetime...

P.S. - I also made a [react-native-draggable-flatlist](https://stackoverflow.com/questions/tagged/react-native-draggable-flatlist) `tag` on stackoverflow and tagged all the questions I could find properly.

Yeah. We started only collapsing lists below the selected item for that exact reason. In the end we made it a two step process. Tap the header to collapse all...