Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 0120329

Browse files
authored
fix(uglify): prevent SideDrawer transition class names from being renamed (#426)
This should fix the issue: ``` JS: Warning: 't' is not supported when 'showOverNavigation' is set to 'true'. ``` Should be reverted after 4.0 release. See: ProgressNS/nativescript-ui-feedback#477 (comment) fixes #258
1 parent 06ce695 commit 0120329

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: mangle-excludes.js

+7
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,12 @@ module.exports = [
130130
"UIViewControllerImpl",
131131
"UIWebViewDelegateImpl",
132132
"Window",
133+
134+
// Sidedrawer transitions
135+
// Should be removed after {N} 4.0 is released
136+
// See: https://github.com/telerik/nativescript-ui-feedback/issues/477#issuecomment-360772046
137+
"PushTransition",
138+
"FadeTransition",
139+
"SlideInOnTopTransition",
133140
];
134141

0 commit comments

Comments
 (0)