There was an error while loading. Please reload this page.
1 parent 9a025b2 commit 3826452Copy full SHA for 3826452
packages/create-react-native-library/src/index.ts
@@ -169,8 +169,8 @@ const EXAMPLE_CHOICES = (
169
] as const
170
).filter((choice) => !choice.disabled);
171
172
-const NEWARCH_DESCRIPTION = 'requires new arch (experimental)';
173
-const BACKCOMPAT_DESCRIPTION = 'supports new arch (experimental)';
+const NEWARCH_DESCRIPTION = 'requires new arch';
+const BACKCOMPAT_DESCRIPTION = 'supports new arch';
174
175
const TYPE_CHOICES: {
176
title: string;
0 commit comments