facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 910 forks source link

Fix react native peer dependencies #700

Closed luancurti closed 4 years ago

luancurti commented 4 years ago

I'm using react-native: 0.59.10 and when I install I see this warning: react-native-fbsdk@1.1.2 has incorrect peer dependency "react-native@>=0.60.0"

Test Plan:

When install the package this warning should not appear

janicduplessis commented 4 years ago

I think it was like this because of androidx but looks like it works anyway with reverse jetifier now. I changed it to >=0.59.0 because I doubt we support much lower than that.