Skip to content

Commit

Permalink
fix: remove experimental from new arch
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski authored Nov 26, 2024
1 parent 9a025b2 commit 3826452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-react-native-library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ const EXAMPLE_CHOICES = (
] as const
).filter((choice) => !choice.disabled);

const NEWARCH_DESCRIPTION = 'requires new arch (experimental)';
const BACKCOMPAT_DESCRIPTION = 'supports new arch (experimental)';
const NEWARCH_DESCRIPTION = 'requires new arch';
const BACKCOMPAT_DESCRIPTION = 'supports new arch';

const TYPE_CHOICES: {
title: string;
Expand Down

0 comments on commit 3826452

Please sign in to comment.