From f9680ca42c3a978a362c8c45ecc2b4748d164e48 Mon Sep 17 00:00:00 2001 From: Arafat Zahan Date: Mon, 2 May 2022 01:52:12 +0600 Subject: [PATCH] docs: fix readme.md file. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 276deb2..8d3d216 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - [Troubleshooting](#troubleshooting) - [IOS](#ios) - [fatal error: 'openssl/opensslv.h' file not found](#fatal-error-opensslopensslvh-file-not-found) - - [Solution 1 - Create Symbolic](#solution-1---create-symbolic) + - [Solution 1 - Create Symbolic Links](#solution-1---create-symbolic-links) - [Solution 2 - Disable Flipper](#solution-2---disable-flipper) - [Contributing](#contributing) - [License](#license) @@ -58,11 +58,11 @@ See the below table to find out which version of the template to use. #### fatal error: 'openssl/opensslv.h' file not found -This seems to happen on APFS Case Sensitive Filesystems when Flipper is enabled. +> This should no longer happen on RN 0.68.1 and up (Template Version 3.0.0+). -##### Solution 1 - Create Symbolic +This seems to happen on APFS Case Sensitive Filesystems when Flipper is enabled. -> This should no longer happen on RN 0.68.1 and up (Template Version 3.0.0+). +##### Solution 1 - Create Symbolic Links Thanks to [felexx90](https://github.com/facebook/react-native/issues/28409#issuecomment-833182353) for providing this solution.