My issue is related to this one: FBSDK: Cannot read property loginwithreadpermissions of undefined
Cleaning my app warnings and unused librairies, I noticed I have a warning that says Warning: Native component for "RCTFBLoginButton" does not exist.
So, hcecking the docs: If you get a build error like "Warning: Native component for 'RCTFBLikeView' does not exist," verify that libRCTFBSDK.a shows up in the Link Binary with Libraries section of your build target's Build Phases.
Actually, I didn't have this file in my Link Binary with Libraries section. So I add it, and then, the app crashes on start (RN splashscreen, then black screen, then iOs home).
Any ideas?