You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using v9 rc on react native with @react-spring/native, an error is being thrown in the following simple piece of code. the exception mentions Unhandled promise rejection: Can't find variable: performance
I was using the version that comes with expo SDK 38. I think they have their own patched changes on the react-native version, so I will have to work on their patched version. Not very comfortable working around those things yet. We reverted to using react-spring v8 for now.
🐛 Bug Report
When using v9 rc on react native with
@react-spring/native
, an error is being thrown in the following simple piece of code. the exception mentionsUnhandled promise rejection: Can't find variable: performance
This works with
react-spring
v8, but throws exception on the latest version on 9 rc.Expected behavior
The padding value should animate when the search button is clicked
Link to repro (highly encouraged)
(Please provide either a CodeSandbox demo or an example GitHub repo.)
Environment
react-spring
v9.0.0-rc.3react-native
v0.62 with expo SDK 38The text was updated successfully, but these errors were encountered: