Skip to content

Commit 33783fd

Browse files
author
farfromrefuge
committed
readme/doc
1 parent 8e00019 commit 33783fd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

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

22+
### Production build
23+
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)
24+
2225

2326
[](#theming)
2427

0 commit comments

Comments
 (0)