[0.0.18] invalid value passed to interaction
See original GitHub issueHi @nandorojo,
tried the Canary and so far, everything was working as expected without breaking changes. While I tried your release-note example, which was looking dope, I encountered this issue:
<MotiPressable>
{(interaction) => {
return (
<MotiView
animate={() => {
'worklet'
const { pressed, hovered } = interaction.value
return { opacity: pressed ? 0.9 : 1 }
}}
/>
)
}}
</MotiPressable>
Some informations:
- react-native-reanimated v2.5.0
- react-native-gesture-handler v2.1.1
- moti v0.18.0-alpha.10
Issue Analytics
- State:
- Created a year ago
- Comments:13 (10 by maintainers)
Top Results From Across the Web
Interactions and ANOVA — statsmodels
Or since we initially passed in a DataFrame, we have a DataFrame ... RuntimeWarning: invalid value encountered in greater return (a < x) ......
Read more >IBM App Connect Enterprise Version 11.0 release notes
This document contains the release notes for IBM App Connect Enterprise Version 11.0, including the tooling and runtime components.
Read more >@onflow/sdk | Yarn - Package Manager
Non-array payer is deprecated and will error in future versions of sdk. ... Same as 0.0.18 but the package-lock was updated. 0.0.18 --...
Read more >Bug listing with status RESOLVED with resolution TEST ...
Error in sched.c line 961. ... gets passed to kernel" status:RESOLVED resolution:TEST-REQUEST severity:normal ... Bug:267916 - "app-text/xmlto-0.0.18 - ?
Read more >Issue #1530: strongswan often reports "error writing to socket
The server often reports "error writing to socket: Invalid argument" during ... I add debugging prints in strongswan code to compare the passed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Opened an issue: https://github.com/software-mansion/react-native-reanimated/issues/3123
I reproduced this in my app, will investigate.