You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: header.md
+3
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ Ensure your Android Theme is inheriting from `MaterialComponents`.
13
13
Inside ```App_resources/android/res/values/styles.xml``` replace all occurences of ```Theme.AppCompat``` with ```Theme.MaterialComponents```
14
14
You can see an example in the demo-vue app.
15
15
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
+
16
19
## Theming
17
20
Defining the theme and the default colors must be done a bit differently on iOS and Android
0 commit comments