Stephen Tuso

Results 14 comments of Stephen Tuso

There is a [declaration file](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/dynogels/index.d.ts) and [example usage](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/dynogels/dynogels-tests.ts) available in DefinitelyTyped (`@types/dynogels`), but it is definitely preferable for types to be maintained here alongside the library. I've been using those...

Right now to change the whole background color you need to use the `background` method as shown [here](https://github.com/stephentuso/welcome-android#custom-pages). The `ViewPager` is above the the bottom bar, so setting the background...

That's a feature I've been thinking about, it isn't currently possible. Related to #43. Might be able to do this before v2.0 though

Is there any reason not to only put the latest version info in `releases`?

Do those pages exist on the new docs site? I'd like to see all the methods for `hass.states` but can't find them

Unfortunately this won't be possible until https://github.com/Microsoft/TypeScript/issues/27525 is solved. As mentioned there, we can reference custom symbols with `typeof`, but that doesn't work with well-known symbols such as `Symbol.asyncIterator`

I'm surprised this hasn't gotten more attention, this was stopping me from pushing my app to production with router v4. I've fixed it in #33430, hopefully that can be merged...

Also ran into this after updating to reanimated 3.15.5 and react native 0.75

Is there any update here? I'd really like to switch to the new architecture - and now that it's the default with expo 53, all new apps will be experiencing...