Skip to content

Commit

Permalink
#169 - Note: RN < 0.60 requires 3.1.9 release. (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
harking committed Mar 7, 2021
1 parent f5b2a44 commit 412ec2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ protected List<ReactPackage> getPackages() {

</details>

**Note**
Before 3.1.9 release of safe-area-context, Building for React Native 0.59 would not work due to missing header files. Use >= 3.1.9 to work around that.

## Usage

This library has 2 important concepts, if you are familiar with React Context this is very similar.
Expand Down

0 comments on commit 412ec2d

Please sign in to comment.