Skip to content

Commit

Permalink
Merge pull request #98 from gbhasha/expo-snacks
Browse files Browse the repository at this point in the history
Expo snacks links for examples
  • Loading branch information
vitalets committed Oct 8, 2018
2 parents 4fa4ca0 + 52edd76 commit a34931a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const styles = EStyleSheet.create({
}
});
```
See full example [here](examples/media-queries).
You can check out full example code in [examples/media-queries](examples/media-queries) or in [Expo snack](https://snack.expo.io/@gbhasha/media-queries-using-extended-stylesheets).
\[[top](#react-native-extended-stylesheet)\]

### Math operations
Expand Down Expand Up @@ -262,6 +262,7 @@ EStyleSheet.build({
$rem: width > 340 ? 18 : 16
});
```
You can check out full example code in [examples/rem](examples/rem) or in [Expo snack](https://snack.expo.io/@gbhasha/using-rem-units-with-extended-stylesheet).
\[[top](#react-native-extended-stylesheet)\]

### Percents
Expand Down

0 comments on commit a34931a

Please sign in to comment.