Closed vishnuraghavb closed 3 years ago
It was a reference issue, changing the import location made it work
Working:
import { GridLayout } from '@nativescript-rtl/ui/grid-layout/grid-layout.android'
Not Working:
import { GridLayout } from '@nativescript-rtl/ui'
maybe the issue because I change "main": "main.js",
to "main": "main.ts",
in package.json
it should be fixed in 📦 @nativescript-rtl/ui@0.2.0
Hi, First of all, thanks for this plug-in! I've noticed that it has some issues with NativeScript-Vue. It doesn't let the app start.
Here is my
package.json
And I've registered the layouts in the
main.ts
like this,Webpack is throwing these warnings: