software-mansion / react-native-reanimated

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

Monorepo [8/?] - docs #6051

Closed tjzel closed 3 months ago

tjzel commented 4 months ago

About

This pull request is a part of the effort of migrating to monorepo structure:

Summary

This particular pull request takes our docs out of react-native-reanimated workspace and turns it into a separate package. However, due to some issues that seem to stem from Docusaurus and Yarn versions, it doesn't work as a workspace. For now we will use it just like we did before, with its own yarn.lock etc. until we are able to fix that.

Test plan

Docs should compile and work as expected.