Skip to content

chehsing/ui-material-components

 
 

Repository files navigation

Nativescript Material Components

lerna

Build beautiful, usable products using Material Components for NativeScript.

Components

iOS latest versions

To get latest versions of Material Components for iOS (> 112.1) you will need to change Pod min version to 10.0 To do that modify or create App_Resources/iOS/Podfile to add platform :ios, '10.0'. You can see an example in the demo-vue app.

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 You can see an example in the demo-vue app.

Contribution

npm i
npm run setup // this should happen for every typescript update
npm run tsc
npm run demo.ios
npm run demo.android

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.6%
  • JavaScript 7.4%
  • Vue 7.0%
  • HTML 1.5%
  • Java 1.3%
  • SCSS 0.1%
  • Other 0.1%