File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,18 @@ Build beautiful, usable products using Material Components for NativeScript.
20
20
- [ Snackbar] ( ./packages/snackbar/README.md )
21
21
- [ Bottom Navigation Bar] ( ./packages/bottomnavigationbar/README.md )
22
22
23
+
24
+ ## iOS latest versions
25
+
26
+ To get latest versions of Material Components for iOS (> 112.1) you will need to change Pod min version to 10.0
27
+ To do that modify or create ` App_Resources/iOS/Podfile ` to add ` platform :ios, '10.0' ` .
28
+ You can see an example in the demo-vue app.
29
+
23
30
## Android migration to AndroidX
24
31
25
32
For Material Components to work correctly with {N} 6 and AndroidX you need to update your android app theme.
26
33
inside ``` App_resources/android/res/values/styles.xml ``` replace all occurences of ``` Theme.AppCompat ``` with ``` Theme.MaterialComponents ```
34
+ You can see an example in the demo-vue app.
27
35
28
36
## Contribution
29
37
You can’t perform that action at this time.
0 commit comments