Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Sep 20, 2024
1 parent d032c78 commit 026a2a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/docs-reanimated/docs/_shared/_unreleased_info.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
:::info
This page refers to changes that haven't been released yet. They will become available in the next minor release of Reanimated.

:::
5 changes: 4 additions & 1 deletion packages/docs-reanimated/src/theme/DocSidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ export default function DocSidebarWrapper(props) {

const newItems = ['animations/withClamp'];
const experimentalItems = ['shared-element-transitions/overview'];
const unreleasedItems = ['debugging/accurate-call-stacks', 'debugging/logger-configuration'];
const unreleasedItems = [
'debugging/accurate-call-stacks',
'debugging/logger-configuration',
];

return (
<DocSidebar
Expand Down

0 comments on commit 026a2a1

Please sign in to comment.