Skip to content

Commit 3826452

Browse files
authored
fix: remove experimental from new arch
1 parent 9a025b2 commit 3826452

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/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ const EXAMPLE_CHOICES = (
169169
] as const
170170
).filter((choice) => !choice.disabled);
171171

172-
const NEWARCH_DESCRIPTION = 'requires new arch (experimental)';
173-
const BACKCOMPAT_DESCRIPTION = 'supports new arch (experimental)';
172+
const NEWARCH_DESCRIPTION = 'requires new arch';
173+
const BACKCOMPAT_DESCRIPTION = 'supports new arch';
174174

175175
const TYPE_CHOICES: {
176176
title: string;

0 commit comments

Comments
 (0)