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 f922b3b commit 3585670Copy full SHA for 3585670
1 file changed
packages/docs-gesture-handler/src/components/topBarBannerConfig.ts
@@ -3,7 +3,7 @@ import type { BannerZone } from '@swmansion/t-rex-ui';
3
export const TOP_BAR_BANNER = {
4
rotateIntervalMs: 4000,
5
hiddenPaths: [
6
- '/react-native-gesture-handler/docs',
+ // '/react-native-gesture-handler/docs',
7
'/react-native-gesture-handler/search',
8
] as string[],
9
zones: [
0 commit comments