Hugo FOYART

Results 22 issues of Hugo FOYART

Refers to #374 Allows to retrieve the slides index using the `useDeck` hook on print mode. Previously the value was always 0, because on the `Print` component, the slide index...

Animated graph with gestures enabled had some improvements in my opinion. This PR adds the following: - Allows to highlight the graph partially thanks to an `initialIndex` prop. This will...

Using the following code: ``` this.connection .start({ transport: 'webSockets', data: { name: 'corehub' }, }) .done(() => { this.isConnected = true; console.log('is connected'); }) .fail((err) => { this.isConnected = false;...

Hello there, It seems that this package is not being currently maintained. We just released a video controls package inspired by this one. It allows more customization of controls and...

The idea is to run on the CI a Swagger validation so that we make sure the generated Swagger is always valid. The Swagger would use a complex set of...

enhancement

**Describe the bug** The `pressStyle` styles are not applied upon a press on a View if it's not put in a variant, just like what is done for the `ThemableStack`...

- [x] Add `disabledStyle` prop - [x] Handle `disabledStyle` for web with CSS compiler - [x] Handle `disabledStyle` on native - [x] Add documentation for the prop

Using Expo + tamagui animation reanimated Consider the following component: ``` export const Pressable = styled(Stack, { pressStyle: { scale: 0.98 }, animation: 'myAnimation' }); ``` Updating a style prop...

The local styled components does not seem to be optimized on a plain expo app (no web). The debugger does not indicate any output code, which makes me think that...