Skip to content

Commit 62352f8

Browse files
authored
fix: remove experimental from new arch (#705)
### Summary New Arch is not experimental anymore! 🎉 ### Test plan N/A
1 parent e969c89 commit 62352f8

File tree

1 file changed

+2
-2
lines changed
  • packages/create-react-native-library/src

1 file changed

+2
-2
lines changed

packages/create-react-native-library/src/input.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ const EXAMPLE_CHOICES = (
8888
] as const
8989
).filter((choice) => !choice.disabled);
9090

91-
const NEWARCH_DESCRIPTION = 'requires new arch (experimental)';
92-
const BACKCOMPAT_DESCRIPTION = 'supports new arch (experimental)';
91+
const NEWARCH_DESCRIPTION = 'requires new arch';
92+
const BACKCOMPAT_DESCRIPTION = 'supports new arch';
9393

9494
const TYPE_CHOICES: {
9595
title: string;

0 commit comments

Comments
 (0)