File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/create-react-native-library/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,23 +57,23 @@ const LANGUAGE_CHOICES: {
57
57
const EXAMPLE_CHOICES = (
58
58
[
59
59
{
60
- title : 'Vanilla ' ,
60
+ title : 'App with Community CLI ' ,
61
61
value : 'vanilla' ,
62
62
description : "provides access to app's native code" ,
63
63
disabled : false ,
64
64
} ,
65
65
{
66
- title : 'Test app ' ,
66
+ title : 'React Native Test App by Microsoft ' ,
67
67
value : 'test-app' ,
68
68
description : "app's native code is abstracted away" ,
69
69
// The test app is disabled for now until proper
70
70
// Codegen spec shipping is implemented
71
71
disabled : ! process . env . CRNL_ENABLE_TEST_APP ,
72
72
} ,
73
73
{
74
- title : 'Expo' ,
74
+ title : 'App with Expo CLI ' ,
75
75
value : 'expo' ,
76
- description : 'managed expo project with web support' ,
76
+ description : 'managed expo app with web support' ,
77
77
disabled : false ,
78
78
} ,
79
79
] as const
You can’t perform that action at this time.
0 commit comments