Skip to content

Commit

Permalink
fix(proptypes): Prevent yellow box warnings
Browse files Browse the repository at this point in the history
Fix prop types in Section and Grid to prevent yellow box warnings
  • Loading branch information
srolija authored May 23, 2019
2 parents 6883c89 + f687492 commit 33abb24
Show file tree
Hide file tree
Showing 5 changed files with 1,645 additions and 1,504 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ A framework that makes building responsive React Native user interfaces easier b

## Installation

This package is only **compatible with RN >= 0.42** since older versions do not support percentage-based widths.
To install the latest version simply run:
This package is only **compatible with RN >= 0.52** since older versions do not support percentage-based widths AND the
correct prop-types for views. To install the latest version simply run:

```bash
yarn add react-native-responsive-layout
Expand Down
Loading

0 comments on commit 33abb24

Please sign in to comment.