-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Description
Which react-spring target are you using?
-
@react-spring/web
-
@react-spring/three
-
@react-spring/native
-
@react-spring/konva
-
@react-spring/zdog
What version of react-spring are you using?
10.0.0
What's Wrong?
I'm trying to use react-spring
in an Expo React Native app however the app crashes to white screen as soon as I open it.
To Reproduce
- I installed
@react-spring/native
- I imported
import { useSpring, animated } from "@react-spring/native";
- Add
useSpring
to a component - App crashes with white screen.
Expected Behaviour
App shouldn't crash.
Link to repo
https://github.com/leo-petrucci/react-spring-native-bug/tree/master
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