in {N} 6 your require MaterialComponents at a specific version:
|
pod 'MaterialComponents/Tabs', '~> 84.4' |
This will force my plugin nativescript-material-components to use MaterialComponents 84.x
This is a big issue because it create a warning while publishing an app https://github.com/material-components/material-components-ios/issues/8381
They fixed it in 91.0.0.
I know you have a PR about allowing to override versions in app Podfile but that is not enough. May i ask why to force the version in such a way?
I think you should not specify the version and let the user force it if he wants. Also it wont break modules like mine which right now cant use any feature implemented in > 84
in {N} 6 your require MaterialComponents at a specific version:
NativeScript/tns-core-modules/platforms/ios/Podfile
Line 4 in 3632256
This will force my plugin
nativescript-material-componentsto use MaterialComponents 84.xThis is a big issue because it create a warning while publishing an app https://github.com/material-components/material-components-ios/issues/8381
They fixed it in 91.0.0.
I know you have a PR about allowing to override versions in app Podfile but that is not enough. May i ask why to force the version in such a way?
I think you should not specify the version and let the user force it if he wants. Also it wont break modules like mine which right now cant use any feature implemented in > 84