Skip to content

Commit 3477967

Browse files
textview, warning
1 parent af5c007 commit 3477967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/textview/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Material Design's [Text view](https://material.io/develop/android/components/mat
77

88
## Installation
99

10-
### Warning :warning: :warning:
11-
From 5.x using material component will break N tab component on iOS (which is bound to be removed). This is needed to allow using the latest native iOS features. If needed you can use either [bottomnavigationbar](https://www.npmjs.com/package/nativescript-material-bottomnavigationbar) (this one is the best choice, closest to material design) or [tabs](https://www.npmjs.com/package/nativescript-material-tabs) (clone of N one, but with a little less features)
10+
### :warning: Warning :warning:
11+
From NativeScript 5.x using this component will break the [NativeScript tab component](https://docs.nativescript.org/ui/components/tabs) on iOS (which is bound to be removed). This is needed to allow using the latest native iOS features. If needed you can use either [bottomnavigationbar](https://www.npmjs.com/package/@nativescript-community/ui-material-bottomnavigationbar) (this one is the best choice, closest to material design) or [material-tabs](https://www.npmjs.com/package/@nativescript-community/ui-material-tabs) (clone of the NativeScript one, but with a little less features).
1212

1313
For N 7.0
1414
* `tns plugin add @nativescript-community/ui-material-textview`

0 commit comments

Comments
 (0)