software-mansion / react-native-reanimated

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

Replace current theme components with `@swmansion/t-rex-ui` #6018

Closed patrycjakalinska closed 1 month ago

patrycjakalinska commented 1 month ago

Description

Because of a ramping up maintainance cost across our suite of tools - Reanimated, Gesture Handler & React Native IDE we've decided to create a UI library for our reusable docusaurus components.

This PR replaces old theme components such as Admonition, Sidebar and Table of Contents with new, reusable ones from @swmansion/t-rex-ui.

Full list of replaced components:

Test plan

cd docs/
yarn

# to test development build
yarn start

# to test production build
yarn build
yarn serve