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 909 forks source link

Some input files use or override a deprecated API #842

Open rnike opened 3 years ago

rnike commented 3 years ago

🐛 Bug Report

Seeing this in build log

Screen Shot 2021-02-18 at 11 40 13 AM

there are some deprecated methods in Utility.java

To Reproduce

Build Android app

Expected Behavior

Not using deprecated methods

Description

Taking a quick look, function buildShareLinkContent and buildAppInviteContent in Utility.java are using the deprecated feature

Screen Shot 2021-02-18 at 11 43 09 AM Screen Shot 2021-02-18 at 11 43 28 AM

Environment

react-native-fbsdk: 3.0.0