Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/docs-gesture-handler/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ const config = {
...[
process.env.NODE_ENV === 'production' && '@docusaurus/plugin-debug',
].filter(Boolean),
[
'@docusaurus/plugin-google-tag-manager',
{
containerId: 'GTM-PHF2NKVT',
},
Comment thread
p-malecki marked this conversation as resolved.
Outdated
],
Comment thread
p-malecki marked this conversation as resolved.
Outdated
async function reanimatedDocusaurusPlugin(context, options) {
return {
name: 'react-native-reanimated/docusaurus-plugin',
Expand Down
1 change: 1 addition & 0 deletions packages/docs-gesture-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@babel/preset-typescript": "^7.21.0",
"@docusaurus/core": "3.7.0",
"@docusaurus/plugin-debug": "3.7.0",
"@docusaurus/plugin-google-tag-manager": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/theme-common": "3.7.0",
"@emotion/react": "^11.14.0",
Expand Down
Loading