Closed abbottdev closed 1 year ago
Looks cool! Fix comments and let's 🚢 it
@mateusz1913 needing this fix but seems like @abbottdev isn't active. Can you apply your code review changes yourself and merge this in please? Cheers
Closing in favor of #402
cc @Gabrola
This pull request resolves #379
Description
Using expo web, the Reanimated library only supports class components not functional components. This pull request updates the signatures of downstream consumers to use ComponentClasses where required and also splits out the SafeAreaView from a standard Reanimated.View to ensure this can run on web. The sticky scrollbars continue to work on the web.
Affected platforms