File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
packages/create-react-native-library/src Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ const LANGUAGE_CHOICES: {
125
125
types : ProjectType [ ] ;
126
126
} [ ] = [
127
127
{
128
- title : 'Java & Objective-C' ,
129
- value : 'java -objc' ,
128
+ title : 'Kotlin & Objective-C' ,
129
+ value : 'kotlin -objc' ,
130
130
types : [
131
131
'module-legacy' ,
132
132
'module-new' ,
@@ -137,8 +137,8 @@ const LANGUAGE_CHOICES: {
137
137
] ,
138
138
} ,
139
139
{
140
- title : 'Kotlin & Objective-C' ,
141
- value : 'kotlin -objc' ,
140
+ title : 'Java & Objective-C' ,
141
+ value : 'java -objc' ,
142
142
types : [
143
143
'module-legacy' ,
144
144
'module-new' ,
@@ -149,13 +149,13 @@ const LANGUAGE_CHOICES: {
149
149
] ,
150
150
} ,
151
151
{
152
- title : 'Java & Swift' ,
153
- value : 'java -swift' ,
152
+ title : 'Kotlin & Swift' ,
153
+ value : 'kotlin -swift' ,
154
154
types : [ 'module-legacy' , 'view-legacy' ] ,
155
155
} ,
156
156
{
157
- title : 'Kotlin & Swift' ,
158
- value : 'kotlin -swift' ,
157
+ title : 'Java & Swift' ,
158
+ value : 'java -swift' ,
159
159
types : [ 'module-legacy' , 'view-legacy' ] ,
160
160
} ,
161
161
{
You can’t perform that action at this time.
0 commit comments