From 412ec2d6f4b40e9730ef5a96e704da0b981a7070 Mon Sep 17 00:00:00 2001 From: George Montana Harkin Date: Sun, 7 Mar 2021 11:44:33 -0800 Subject: [PATCH] #169 - Note: RN < 0.60 requires 3.1.9 release. (#182) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 41f49d3..0e938e4 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,9 @@ protected List getPackages() { +**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.