A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
2.99k
stars
906
forks
source link
iOS Memory leak since updating to react-native-fbsdk 2.0.0 #814
Open
SMJ93 opened 4 years ago
🐛 Bug Report
We upgraded to
react-native-fbsdk 2.0.0
a few weeks ago. Since then about 2-3% of our iOS users are experiencing crashes due to a memory leak.Xcode instruments shows there is a leak with the FBSDK when starting up the app:
Looking at
node_modules/react-native-fbsdk/react-native-fbsdk.podspec
I can see it uses FBSDK version 7.A few other people have reported the issue on the native iOS FBSDK github repo, but not since it was supposedly fixed in 6.4.0.
Is anyone else experiencing this?
To Reproduce
Expected Behavior
Environment