Closed abbottdev closed 1 year ago
Library version: 1.0.0-rc.9 OS version: Windows 11, Edge.
An error occurs viewing this in a Web browser. The error message is quite clear in that it should be using a class component instead of a functional component if using Reanimated: https://github.com/software-mansion/react-native-reanimated/issues/593
The error does not appear.
Include a DetailsHeaderScrollView in a blank expo project and run the web compiler.
DetailsHeaderScrollView
Fix available in v1.1.1 🚀
Environment
Library version: 1.0.0-rc.9 OS version: Windows 11, Edge.
Affected platforms
Current behavior
An error occurs viewing this in a Web browser. The error message is quite clear in that it should be using a class component instead of a functional component if using Reanimated: https://github.com/software-mansion/react-native-reanimated/issues/593
Expected behavior
The error does not appear.
Reproduction
Include a
DetailsHeaderScrollView
in a blank expo project and run the web compiler.