Skip to content

Commit

Permalink
fix: remove experimental from new arch (#705)
Browse files Browse the repository at this point in the history
### Summary

New Arch is not experimental anymore! πŸŽ‰

### Test plan

N/A
  • Loading branch information
okwasniewski authored Dec 4, 2024
1 parent e969c89 commit 62352f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-react-native-library/src/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,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 62352f8

Please sign in to comment.