File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -215,9 +215,9 @@ render() {
215
215
\[ [ top] ( # ) \]
216
216
217
217
### Media queries
218
- Media queries are supported in standard format (thanks for idea to @grabbou ,
218
+ Media queries are supported in standard format (thanks for idea to [ @grabbou ] ( https://github.com/grabbou ) ,
219
219
[ #5 ] ( https://github.com/vitalets/react-native-extended-stylesheet/issues/5 ) ).
220
- They allows to have different styles for different screens, platforms , orienation etc.
220
+ They allows to have different styles for different screens, platform , orienation etc.
221
221
You can define media queries on sheet level or style level.
222
222
223
223
Supported values are:
@@ -241,7 +241,7 @@ const styles = EStyleSheet.create({
241
241
},
242
242
header: {
243
243
fontSize: 18 ,
244
- ' @media ios' : { // media query on style level
244
+ ' @media ios' : { // media query on style level
245
245
color: ' green' ,
246
246
},
247
247
' @media android' : {
@@ -250,7 +250,7 @@ const styles = EStyleSheet.create({
250
250
}
251
251
});
252
252
```
253
- See full example [ here] ( examples/media-queries ) .
253
+ See full example [ here] ( examples/media-queries ) .
254
254
\[ [ top] ( # ) \]
255
255
256
256
### Scaling
@@ -291,7 +291,7 @@ let getStyle = function (scale = 1) {
291
291
});
292
292
}
293
293
```
294
- To cache calculated styles please have a look on [ caching] ( #caching ) section.
294
+ To cache calculated styles please have a look on [ caching] ( #caching ) section.
295
295
\[ [ top] ( # ) \]
296
296
297
297
### Underscored styles
You can’t perform that action at this time.
0 commit comments