We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e969c89 commit 62352f8Copy full SHA for 62352f8
packages/create-react-native-library/src/input.ts
@@ -88,8 +88,8 @@ const EXAMPLE_CHOICES = (
88
] as const
89
).filter((choice) => !choice.disabled);
90
91
-const NEWARCH_DESCRIPTION = 'requires new arch (experimental)';
92
-const BACKCOMPAT_DESCRIPTION = 'supports new arch (experimental)';
+const NEWARCH_DESCRIPTION = 'requires new arch';
+const BACKCOMPAT_DESCRIPTION = 'supports new arch';
93
94
const TYPE_CHOICES: {
95
title: string;
0 commit comments