Skip to content

Commit 8e00019

Browse files
author
farfromrefuge
committed
chore: readme
1 parent c756024 commit 8e00019

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

header.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Ensure your Android Theme is inheriting from `MaterialComponents`.
1313
Inside ```App_resources/android/res/values/styles.xml``` replace all occurences of ```Theme.AppCompat``` with ```Theme.MaterialComponents```
1414
You can see an example in the demo-vue app.
1515

16+
### Production build
17+
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)
18+
1619
## Theming
1720
Defining the theme and the default colors must be done a bit differently on iOS and Android
1821

0 commit comments

Comments
 (0)