Skip to content

Commit f7f3f3d

Browse files
misc(rn): Remove out dated cocoapods install guide (#9447)
1 parent c615efb commit f7f3f3d

File tree

3 files changed

+10
-33
lines changed

3 files changed

+10
-33
lines changed

docs/platforms/react-native/install/cocoapods.mdx

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/platforms/react-native/install/index.mdx

Lines changed: 0 additions & 7 deletions
This file was deleted.

next.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3124,6 +3124,16 @@ const nextConfig = {
31243124
destination: '/product/reference/search/searchable-properties/session-replay/',
31253125
permanent: true,
31263126
},
3127+
{
3128+
source: '/platforms/react-native/install/cocoapods',
3129+
destination: '/platforms/react-native/manual-setup/manual-setup/',
3130+
permanent: true,
3131+
},
3132+
{
3133+
source: '/platforms/react-native/install/',
3134+
destination: '/platforms/react-native/manual-setup/manual-setup/',
3135+
permanent: true,
3136+
},
31273137
];
31283138
},
31293139
};

0 commit comments

Comments
 (0)