Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.52 KB

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_resources/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