Skip to content

Commit

Permalink
Update README with more information about new capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasos Maroudas authored Mar 5, 2019
1 parent 0e1a594 commit 3d620a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Check out [this medium article](https://medium.com/react-native-training/build-r
* There are 2 more methods to use if you want to support responsiveness along with orientation change. These are `listenOrientationChange` and `removeOrientationListener`. To see how to use them, check example number 3.
* You can use this package along with `styled-components`. To see how to do that, check example number 2.

# Update 🚀
* `widthPercentageToDP` and `heightPercentageToDP` methods accept numeric values now.
# Updates 🚀
* `widthPercentageToDP` and `heightPercentageToDP` methods accept numeric values as well from version 1.2.1 onwards. That being said a width of 53% can now be written both `width: widthPercentageToDP('53%')` and `width: widthPercentageToDP(53)`.

# Examples

Expand Down

0 comments on commit 3d620a6

Please sign in to comment.