File tree Expand file tree Collapse file tree 5 files changed +18
-6
lines changed
plugin-brownfield-ios/template Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @rnef/plugin-brownfield-ios ' : patch
3+ ' @rnef/create-app ' : patch
4+ ---
5+
6+ fix: make brownfield plugin optional; update dep; add android
Original file line number Diff line number Diff line change 1- link-workspace-packages = true
2- auto-install-peers = true
3- package-manager-strict = true
4- package-manager-strict-version = true
1+ //localhost:4873/:_authToken = secretToken
2+ registry = http://localhost:4873
Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ export const PLUGINS: TemplateInfo[] = [
4141 directory : 'template' ,
4242 importName : 'pluginBrownfieldIos' ,
4343 } ,
44+ {
45+ type : 'npm' ,
46+ name : 'brownfield-android' ,
47+ packageName : '@rnef/plugin-brownfield-android' ,
48+ version : 'latest' ,
49+ directory : 'template' ,
50+ importName : 'pluginBrownfieldAndroid' ,
51+ } ,
4452] ;
4553
4654export const BUNDLERS : TemplateInfo [ ] = [
Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ export function promptPlugins(
131131
132132 return promptMultiselect ( {
133133 message : 'Select plugins:' ,
134- initialValues : [ plugins [ 0 ] ] ,
135134 // @ts -expect-error todo fixup type
136135 options : plugins . map ( ( plugin ) => ( {
137136 value : plugin ,
138137 label : plugin . name ,
139138 } ) ) ,
139+ required : false ,
140140 } ) ;
141141}
142142
Original file line number Diff line number Diff line change 44 "package:ios" : " rnef package:ios --scheme HelloWorldReact --configuration Release"
55 },
66 "dependencies" : {
7- "@callstack/react-native-brownfield" : " 1.0.1 "
7+ "@callstack/react-native-brownfield" : " ^1.1.0 "
88 },
99 "devDependencies" : {
1010 "@rnef/plugin-brownfield-ios" : " ^0.7.27"
You can’t perform that action at this time.
0 commit comments