Skip to content

Commit 9e5f870

Browse files
committed
chore: readme update for ios
1 parent 59dca8c commit 9e5f870

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,18 @@ Build beautiful, usable products using Material Components for NativeScript.
2020
- [Snackbar](./packages/snackbar/README.md)
2121
- [Bottom Navigation Bar](./packages/bottomnavigationbar/README.md)
2222

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+
2330
## Android migration to AndroidX
2431

2532
For Material Components to work correctly with {N} 6 and AndroidX you need to update your android app theme.
2633
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.
2735

2836
## Contribution
2937

0 commit comments

Comments
 (0)