Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefuge committed Jan 18, 2024
1 parent c756024 commit 8e00019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions header.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Ensure your Android Theme is inheriting from `MaterialComponents`.
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.

### Production build
If you are using proguard on Android build you need ensure some resource from this plugin are not minified. You need to add ` tools:keep="@layout/ns_*"` as explained [here](https://developer.android.com/build/shrink-code#keep-resources)

## Theming
Defining the theme and the default colors must be done a bit differently on iOS and Android

Expand Down

0 comments on commit 8e00019

Please sign in to comment.