Skip to content

Commit e453a01

Browse files
committed
feat: disable test-app
1 parent afc7b26 commit e453a01

File tree

1 file changed

+7
-5
lines changed
  • packages/create-react-native-library/src

1 file changed

+7
-5
lines changed

packages/create-react-native-library/src/index.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,13 @@ const EXAMPLE_CHOICES = [
149149
value: 'vanilla',
150150
description: "provides access to app's native code",
151151
},
152-
{
153-
title: 'Test app',
154-
value: 'test-app',
155-
description: "app's native code is abstracted away",
156-
},
152+
// The test app is disabled for now until proper
153+
// Codegen spec shipping is implemented
154+
// {
155+
// title: 'Test app',
156+
// value: 'test-app',
157+
// description: "app's native code is abstracted away",
158+
// },
157159
{
158160
title: 'Expo',
159161
value: 'expo',

0 commit comments

Comments
 (0)