Marcin Pabich
Marcin Pabich
Released: https://github.com/OneSignal/react-native-onesignal/releases/tag/5.2.1
It was [also asked here](https://github.com/styled-components/styled-components/issues/4183) and [marked as solved](https://github.com/styled-components/styled-components/pull/4288) but then [reverted](https://github.com/styled-components/styled-components/releases/tag/v6.1.10). This `.attrs` wrong typing is holding us from updating to 6.
@lelukas We are still rocking on the `v5` version of Styled-Components because of the `.attrs` bug, and we are not planning to upgrade till solved. Still, we upgraded our React...
Am I right? The [PR](https://github.com/styled-components/styled-components/pull/4288#issuecomment-2102720764) you mentioned is marked as merged and it's written that: > This pull request first appeared in [[email protected]](https://github.com/styled-components/styled-components/releases/tag/[email protected]) I tried to update but (as expected)...
UPDATE 04/07/2025: it's not working. Leaving the old content here: What I did, but it's not working I faced this problem also in [3.17.5](https://github.com/software-mansion/react-native-reanimated/releases/tag/3.17.5) that says it is fixed: >...
- https://github.com/software-mansion/react-native-reanimated/issues/7723 @Vatsal4GVM Related with repo provided? Rolling back to 3.16.1 as suggested [here](https://github.com/software-mansion/react-native-reanimated/issues/7723#issuecomment-3033065582) seems to work.
Not declared as compatible, but if it works, it works 🤷 . But as you can see, even if declared as "compatible", it still has problems. So for me "compatibility"...
As mentioned here (https://github.com/software-mansion/react-native-reanimated/issues/7842#issuecomment-3117517108) I was able to fix [my flickering](https://github.com/software-mansion/react-native-reanimated/issues/7672#issuecomment-3036176482) putting `collapsable=false` to that particular animated view and updating to `3.19`. I discovered that because putting background to that...
- We set mode, devTeam, smallIcons, smallIconAccentColor and iosNSEFilePath, - We set only one image `96x96` for it ([documentation](https://github.com/OneSignal/onesignal-expo-plugin#plugin-prop) says it will be scaled) - We put it in `config/icon/.png`...
Similar to https://github.com/styled-components/styled-components/issues/4314 or https://github.com/styled-components/styled-components/issues/4302? We are stuck on `v5` because of this.