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 afc7b26 commit e453a01Copy full SHA for e453a01
packages/create-react-native-library/src/index.ts
@@ -149,11 +149,13 @@ const EXAMPLE_CHOICES = [
149
value: 'vanilla',
150
description: "provides access to app's native code",
151
},
152
- {
153
- title: 'Test app',
154
- value: 'test-app',
155
- description: "app's native code is abstracted away",
156
- },
+ // The test app is disabled for now until proper
+ // Codegen spec shipping is implemented
+ // {
+ // title: 'Test app',
+ // value: 'test-app',
157
+ // description: "app's native code is abstracted away",
158
+ // },
159
{
160
title: 'Expo',
161
value: 'expo',
0 commit comments