Skip to content

Commit dcf0aa6

Browse files
authored
[Docs] Uncover banner (#4338)
## Description Uncovers top banner for Gesture Handler 3 info. ## Test plan Read docs 🤓
1 parent bc1efbe commit dcf0aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs-gesture-handler/src/components/topBarBannerConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { BannerZone } from '@swmansion/t-rex-ui';
33
export const TOP_BAR_BANNER = {
44
rotateIntervalMs: 4000,
55
hiddenPaths: [
6-
'/react-native-gesture-handler/docs',
6+
// '/react-native-gesture-handler/docs',
77
'/react-native-gesture-handler/search',
88
] as string[],
99
zones: [

0 commit comments

Comments
 (0)