Rickard Natt och Dag

Results 10 issues of Rickard Natt och Dag

I'm receiving an error when locally opening a module that I'm not sure how to handle ``` 4 │ Runtime.onInstalled(_ => { 5 │ DeclarativeContent.( 6 │ removeRules(_ => {...

The `summary` tag seems to be missing in the [intrinsic elements' definition](https://github.com/nicojs/typed-html/blob/master/src/jsx/intrinsic-elements.d.ts). This is used together with `details`, which does exist in the definitions. ``` Custom title for the details...

### Description `Intl.NumberFormat` has a [`signDisplay` option](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#signdisplay) that handles when to display the number sign. If we set it to `always` it should always display the sign, but React Native...

Needs: Triage :mag:

### Description `Intl.NumberFormat` has a [notation option](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#notation) that handles truncating a number and displaying formatting as text. This doesn't work with `notation: 'compact'` and the associated `compactDisplay` option. Might be...

Needs: Triage :mag:

## Description Add support for [`rootMargin`](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/rootMargin) in `intersect` triggers. This allows us to extend the size of the intersect area. I've selected to separate multiple values using underscores, similar to...

enhancement

I'm receiving an error when locally opening a module that I'm not sure how to handle ``` 4 │ Runtime.onInstalled(_ => { 5 │ DeclarativeContent.( 6 │ removeRules(_ => {...

### Description Using `animatedProps` to update a `disabled` prop never updates the value. Logging inside `useAnimatedProps` displays the correct values, but the changes don't seem to update the component. 1....

Platform: iOS
Repro provided

### Before submitting a new issue - [x] I tested using the latest version of the library, as the bug might be already fixed. - [x] I tested using a...

bug

**Describe the bug** `react-native-reanimated` `3.16.0` adds a new [logger](https://docs.swmansion.com/react-native-reanimated/docs/debugging/logger-configuration) which is set to strict mode by default. This displays warnings when using the `transition-*` or `translate-*` utilities because a shared...

### What happened? When using Unistyles together with one of Reanimated's [CSS transitions](https://docs.swmansion.com/react-native-reanimated/docs/category/css-transitions) color changes don't update as expected. I've updated my repro repo from [#980](https://github.com/jpudysz/react-native-unistyles/issues/980#issuecomment-3370318745) with the bug. **Note:**...

reproduced
has repro
3rd party