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

Remove deprecated unarchiveObjectWithData methods #826

Closed kyleclegg closed 3 years ago

kyleclegg commented 3 years ago

The methods unarchiveObjectWithFile and unarchiveObjectWithData are deprecated and deemed unsecure/less secure than unarchive*OfClass. Please remove the following instances of use:

kyleclegg commented 3 years ago

Moved to facebook-ios-sdk repo: https://github.com/facebook/facebook-ios-sdk/issues/1618