-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[bug]: Crash to white screen #2371
Copy link
Copy link
Open
Labels
area: corerelates to core classes // parts of the libraryrelates to core classes // parts of the librarykind: bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
area: corerelates to core classes // parts of the libraryrelates to core classes // parts of the librarykind: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for Bug.
Which react-spring target are you using?
@react-spring/web@react-spring/three@react-spring/native@react-spring/konva@react-spring/zdogWhat version of react-spring are you using?
10.0.0
What's Wrong?
I'm trying to use
react-springin an Expo React Native app however the app crashes to white screen as soon as I open it.To Reproduce
@react-spring/nativeimport { useSpring, animated } from "@react-spring/native";useSpringto a componentExpected Behaviour
App shouldn't crash.
Link to repo
https://github.com/leo-petrucci/react-spring-native-bug/tree/master