Questions tagged [react-native-reanimated-v2]

242 questions
-1
votes
1 answer

how can i fixed that issue with react-native-reanimated

i try to create an animation on my drawer. the homescreen need to scale with also the borderradius. that's my custom Drawer code const CustomDrawer = () => { const navigation = useNavigation(); const [progress, setProgress] = React.useState(new…
-1
votes
1 answer

Unable to resolve module ./Transitioning with react-native-reanimated

React native reanimated throws exception after installing it as a part of react navigation installation. Unable to resolve module ./Transitioning from…
1 2 3
16
17