Joey Figaro

Results 52 issues of Joey Figaro

Doesn't look like this works with current craco/CRA versions.

Closes #50 [hitSlop docs](https://reactnative.dev/docs/touchablewithoutfeedback#hitslop) ## Changes - added `hitSlop` to component's proptypes - added a default value of `null` - passed to root `TouchableWithoutFeedback`

Button is currently pretty finicky to interact with. It'd be great if really-awesome-button accepted *all* `TouchableWithoutFeedback` props, but `hitSlop` is a good start. PR incoming.

Tabbing to the first field in the bitstamp setup modal causes the application to throw the following: ```js TypeError: done is not a function at Textbox.Textarea._listener (/Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/widgets/textarea.js:231:5) at Textbox._listener (/Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/widgets/textbox.js:43:15)...

bug

**Describe the bug** Creating a new application using the @server template fails to take current package manager/version into account before trying to install dependencies. ```sh ? Choose template @server: TypeScript,...

version: 9.4.5 `Map` doesn't seem to support `onDragEnd` or `onDragStart`-they aren't being called no matter what I try. ```js { console.log('drag started'); console.log(x); console.log(y); }} /> ``` `onMapReady` and `onClick`...

...makes for an awfully noisy process while still connected and working on a machine. It'd be great if there were a way to prevent any output from the script.

enhancement

I'm currently debugging a fatal crash in an expo app, and it looks like Reactotron is set to automatically clear the timeline when an app disconnects or reloads. Is there...