Skip to content

Commit 49d767e

Browse files
committed
feat: disable test-app
1 parent 242b47b commit 49d767e

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
@@ -150,11 +150,13 @@ const EXAMPLE_CHOICES = [
150150
value: 'vanilla',
151151
description: "provides access to app's native code",
152152
},
153-
{
154-
title: 'Test app',
155-
value: 'test-app',
156-
description: "app's native code is abstracted away",
157-
},
153+
// The test app is disabled for now until proper
154+
// Codegen spec shipping is implemented
155+
// {
156+
// title: 'Test app',
157+
// value: 'test-app',
158+
// description: "app's native code is abstracted away",
159+
// },
158160
{
159161
title: 'Expo',
160162
value: 'expo',

0 commit comments

Comments
 (0)