Pete Petrash

Results 14 comments of Pete Petrash

We created an Animation context that can inform touchable elements when the stack navigator is animating so as to block `onPress` events for specific components: ```tsx // Create context const...

+1 for heatmap 😃 @boygirl Are there still plans to create this chart type? Thanks!

Our design system uses TypeScript and I wanted to leverage autocomplete in VSCode when referencing Theo-generated styles/themes in React components. The quickest solution was to auto-generate typings for the JS...

@trazek Oops, fixed :)

@mattfelten I'm currently faking it by registering a custom format (`.d.ts`) and outputting the style data but wrapped in a typings export declaration; basically gluing together the same output `tsc...

@mattfelten Nice! Before my current method I was using my node build script to change the filename from `.js`->`.ts`, run `tsc --declarations` and then change it back to `.js` 😄...

I'm down to help implement this. Still wondering what exactly folks would expect from this format. Just definitions? Auto-generated types/interfaces? Thinking optionally outputting `.d.ts` definitions for the built-in JS format(s)...

@phun-ky This is how I'm currently handling multiple targets in a node build script. Not too dissimilar to your forEach example. One difference is that I‘ve created a configuration object...

On Sonoma 14.3.1, I can see the menubar icon initially, but when I begin recording, it the menubar icon disappears. Instead there is this system dropdown listing apps that are...

Came here to mention the same issue. There isn't a reliable way to determine whether the device supports FaceID if it's been disabled at the OS app settings level. This...