/nativescript-material-components

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Nativescript Material Components

lerna

Build beautiful, usable products using Material Components for NativeScript.

Components

Android migration to AndroidX

For Material Components to work correctly with {N} 6 and AndroidX you need to update your android app theme. inside App_ressources/android/res/values/styles.xml replace all occurences of Theme.AppCompat with Theme.MaterialComponents

Contribution

npm i
npm run tsc
npm run demo.ios
npm run demo.android