We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4cae4 commit 2cbd76cCopy full SHA for 2cbd76c
website/src/pages/components/actionSheet/index.tsx
@@ -1,5 +1,5 @@
1
import Preview from 'src/component/Preview';
2
import md from '@uiw/react-native/lib/ActionSheet/README.md';
3
4
-const DEMO = () => <Preview {...md} />;
+const DEMO = () => <Preview {...md} path="/packages/core/src/ActionSheet/README.md" />;
5
export default DEMO;
website/src/pages/components/button/index.tsx
import md from '@uiw/react-native/lib/Button/README.md';
+const DEMO = () => <Preview {...md} path="/packages/core/src/Button/README.md" />;
0 commit comments