Skip to content

Commit 0cf2b7b

Browse files
committed
chore: remove warning
1 parent d3820e1 commit 0cf2b7b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/core/scripts/before-prepare.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ module.exports = function (hookArgs: { projectData /* : IProjectData */; prepare
55
const platform = hookArgs.prepareData.platform;
66

77
if (platform === 'ios') {
8-
const markingModeFullWarning =
9-
'Using material components 5.x the N tabs component \n will not be fonctional anymore.\nIf you need it migrate to using @nativescript-community/ui-material-tabs\nor go back the 4.x ';
10-
$logger.warn(markingModeFullWarning, {
11-
wrapMessageWithBorders: true,
12-
});
138
const projectFilePath = dirname(hookArgs.projectData.projectFilePath);
149
const podFilePath = join(projectFilePath, 'node_modules', '@nativescript/core', 'platforms/ios/Podfile');
1510
if (existsSync(podFilePath)) {

0 commit comments

Comments
 (0)