software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
9.03k stars 1.31k forks source link

Issue with Reanimated 2 web and expo/nextjs #1983

Closed Daavidaviid closed 3 years ago

Daavidaviid commented 3 years ago

Description

Hi, I'm having an issue to make the scroll animation from Reanimated 2 works with next/expo Here's a repo : https://github.com/Daavidaviid/expo-next-example to reproduce the issues I mentioned here https://github.com/expo/expo-cli/issues/3450

Expected behavior

I should be able to do an animation using the scroll handler, but currently it doesn't work.

Actual behavior & steps to reproduce

  1. git clone https://github.com/Daavidaviid/expo-next-example
  2. yarn && yarn web

Snack or minimal code example

https://github.com/Daavidaviid/expo-next-example

Package versions

Affected platforms

github-actions[bot] commented 3 years ago

Issue validator

The issue is valid!

Daavidaviid commented 3 years ago

I just needed to set the height for my scrollview style…