Skip to content

Commit bd113bf

Browse files
authored
Add react-native as platform (#6663)
1 parent 74ced38 commit bd113bf

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/auth-migration-guide

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/auth-migration-guide/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
33
export const meta = {
44
title: 'Migrate from v5 to v6',
55
description: 'Learn more about the migration steps to upgrade Auth APIs for Amplify JavaScript v5 to v6',
6-
platforms: ['angular', 'javascript', 'nextjs', 'react', 'vue']
6+
platforms: ['angular', 'javascript', 'nextjs', 'react', 'vue', 'react-native']
77
};
88

99
export const getStaticPaths = async () => {

0 commit comments

Comments
 (0)