We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242b47b commit 49d767eCopy full SHA for 49d767e
packages/create-react-native-library/src/index.ts
@@ -150,11 +150,13 @@ const EXAMPLE_CHOICES = [
150
value: 'vanilla',
151
description: "provides access to app's native code",
152
},
153
- {
154
- title: 'Test app',
155
- value: 'test-app',
156
- description: "app's native code is abstracted away",
157
- },
+ // The test app is disabled for now until proper
+ // Codegen spec shipping is implemented
+ // {
+ // title: 'Test app',
+ // value: 'test-app',
158
+ // description: "app's native code is abstracted away",
159
+ // },
160
{
161
title: 'Expo',
162
value: 'expo',
0 commit comments