NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

fix: Unbound namespace error with ios and android #1053

Closed vakrilov closed 4 years ago

vakrilov commented 4 years ago

PR Checklist

What is the current behavior?

The xml-namespace-loader fails when there is xml with platform specific namespace (ex. <ios:GridLayout />)

What is the new behavior?

Platform specific namespaces (ios: and android:) are handled without error.

vakrilov commented 4 years ago

test