File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -206,17 +206,17 @@ export default async function create(argv: yargs.Arguments<any>) {
206
206
message : 'What type of package do you want to develop?' ,
207
207
// @ts -ignore - seems types are wrong for inquirer
208
208
choices : [
209
- { name : 'Native view in Kotlin and Objective-C' , value : 'native-view' } ,
210
- { name : 'Native view in Kotlin and Swift' , value : 'native-view-swift' } ,
211
209
{ name : 'Native module in Kotlin and Objective-C' , value : 'native' } ,
212
210
{ name : 'Native module in Kotlin and Swift' , value : 'native-swift' } ,
213
211
{ name : 'Native module with C++ code' , value : 'cpp' } ,
212
+ { name : 'Native view in Kotlin and Objective-C' , value : 'native-view' } ,
213
+ { name : 'Native view in Kotlin and Swift' , value : 'native-view-swift' } ,
214
214
{
215
- name : 'JavaScript module with native example' ,
215
+ name : 'JavaScript library with native example' ,
216
216
value : 'js' ,
217
217
} ,
218
218
{
219
- name : 'JavaScript module with Expo example and Web support' ,
219
+ name : 'JavaScript library with Expo example and Web support' ,
220
220
value : 'expo' ,
221
221
} ,
222
222
] ,
You can’t perform that action at this time.
0 commit comments