wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.58k stars 717 forks source link

docusaurus version 3.x upgrade #3251

Closed adids1221 closed 2 months ago

adids1221 commented 2 months ago

Description

docusaurus version 3.x upgrade. also docuilib package - yarn migration. MDX 3.x new syntax, api.json files fix (relevant error link).

Update by @M-i-k-e-l (support react live): Pretty sure we don’t need to upgrade TS, but it’s probably better to use their config. We can add: "remark-emoji": "^4.0.0" if we want to support :emoji: shortcuts in Markdown

IMPORTANT: make sure you run docs:build in the root before building\starting docusaurus. Note: some features are not working properly (TextField with validate)

Changelog

docusaurus version 3.x upgrade

Additional info

None