nativescript-rtl / ui

Add right-to-left support to the NativeScript framework
MIT License
24 stars 3 forks source link

[Angular 10] It is not working with angular 10 version of the Nativescript #15

Closed boris01 closed 4 years ago

boris01 commented 4 years ago

Hello, I tried to upgrade my project to the Angular 10. But even that I did add this library to the ngcc it still give me an errors: ERROR in ../node_modules/@nativescript-rtl/ui/absolute-layout/absolute-layout.common.js Module not found: Error: Can't resolve 'tns-core-modules/ui/core/properties/properties' in 'H:\Nipendo\mBdox\node_modules\@nativescript-rtl\ui\absolute-layout' @ ../node_modules/@nativescript-rtl/ui/absolute-layout/absolute-layout.common.js 4:19-76 @ ../node_modules/@nativescript-rtl/ui/absolute-layout/absolute-layout.android.js @ ../node_modules/@nativescript-rtl/ui/main.js @ ./app/app.module.tns.ts @ ./main.tns.ts

ERROR in ../node_modules/@nativescript-rtl/ui/dock-layout/dock-layout.common.js Module not found: Error: Can't resolve 'tns-core-modules/ui/core/properties/properties' in 'H:\Nipendo\mBdox\node_modules\@nativescript-rtl\ui\dock-layout' @ ../node_modules/@nativescript-rtl/ui/dock-layout/dock-layout.common.js 4:19-76 @ ../node_modules/@nativescript-rtl/ui/dock-layout/dock-layout.ios.js @ ../node_modules/@nativescript-rtl/ui/main.js @ ./app/app.module.tns.ts @ ./main.tns.ts

ERROR in ../node_modules/@nativescript-rtl/ui/grid-layout/grid-layout.common.js Module not found: Error: Can't resolve 'tns-core-modules/ui/core/properties/properties' in 'H:\Nipendo\mBdox\node_modules\@nativescript-rtl\ui\grid-layout' @ ../node_modules/@nativescript-rtl/ui/grid-layout/grid-layout.common.js 4:19-76 @ ../node_modules/@nativescript-rtl/ui/grid-layout/grid-layout.ios.js @ ../node_modules/@nativescript-rtl/ui/main.js @ ./app/app.module.tns.ts @ ./main.tns.ts

ERROR in ../node_modules/@nativescript-rtl/ui/stack-layout/stack-layout.common.js Module not found: Error: Can't resolve 'tns-core-modules/ui/core/properties/properties' in 'H:\Nipendo\mBdox\node_modules\@nativescript-rtl\ui\stack-layout' @ ../node_modules/@nativescript-rtl/ui/stack-layout/stack-layout.common.js 4:19-76 @ ../node_modules/@nativescript-rtl/ui/stack-layout/stack-layout.ios.js @ ../node_modules/@nativescript-rtl/ui/main.js @ ./app/app.module.tns.ts @ ./main.tns.ts

ERROR in ../node_modules/@nativescript-rtl/ui/wrap-layout/wrap-layout.common.js Module not found: Error: Can't resolve 'tns-core-modules/ui/core/properties/properties' in 'H:\Nipendo\mBdox\node_modules\@nativescript-rtl\ui\wrap-layout' @ ../node_modules/@nativescript-rtl/ui/wrap-layout/wrap-layout.common.js 4:19-76 @ ../node_modules/@nativescript-rtl/ui/wrap-layout/wrap-layout.ios.js @ ../node_modules/@nativescript-rtl/ui/main.js @ ./app/app.module.tns.ts @ ./main.tns.ts

ERROR in ../node_modules/@nativescript-rtl/ui/main.js Module not found: Error: Can't resolve 'tns-core-modules/ui/page/page' in 'H:\Nipendo\mBdox\node_modules\@nativescript-rtl\ui' @ ../node_modules/@nativescript-rtl/ui/main.js 3:13-53 @ ./app/app.module.tns.ts @ ./main.tns.ts

xlmnxp commented 4 years ago

That happened because the implement of new NativeScript packages I will fix it but that will not make older versions of NativeScript perfect

boris01 commented 4 years ago

Hello, Any progress with this issue?

xlmnxp commented 4 years ago

I will do it now

xlmnxp commented 4 years ago

I'm working on support RTL officially on NativeScript

xlmnxp commented 4 years ago

version 0.1.7 should fix the issue If the issue still there tell me to reopen it

boris01 commented 4 years ago

Thanks, I'll try it