Skip to content

Commit

Permalink
docs: Add notice about RN support versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thebergamo authored May 27, 2021
1 parent 913e792 commit 84ff564
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ To use this library you need to ensure you match up with the correct version of

| FB SDK | lib version | Required React Native Version |
| --------- | ------------------------------------- | ----------------------------- |
| >= 9.3.0+ | `react-native-fbsdk-next` `> 4.3.0` | `>=0.63.3` |
| >= 9.0.0+ | `react-native-fbsdk-next` `>= 3.0.1` | `>= 0.60` |
| <= 8.0.1 | `react-native-fbsdk` `>= 1.0.0` | `>= 0.60` |
| <= 8.0.1 | `react-native-fbsdk` `<= 0.10` | `<= 0.59.x` |

> ⚠️ Attention
>
> Please notice that this module in versions after 4.2.0 only supports React Native versions above 0.63.3 as it's the oldest version of React Native which support latest XCode version. In case you need to use latest version of FB SDK, please consider solution from [this comment](https://github.com/facebook/react-native/issues/29633#issuecomment-694187116).
### 1. Install the library

using either Yarn:
Expand Down

0 comments on commit 84ff564

Please sign in to comment.