Compatibility with Facebook's SDK
See original GitHub issueDescription
I am trying to import the Facebook SDK to handle user authentication in my CRNA app, but all of the resources/walkthroughs I’ve found are reliant upon linking the SDK to an XCode project and an .xcodeproj
file, and I’m not sure how to reconcile that with Expo / CRNA.
Expected Behavior
After installing the React Native FBSDK wrapper, I am expecting to see a login button after after bringing in this example Login component.
Observed Behavior
In place of the ‘Login with Facebook’ button, I see an empty rectangle with a red border. Additionally, these errors appear:
Warning: Native component for "RCTFBLikeView" does not exist
Warning: Native component for "RCTFBLoginButton" does not exist
Warning: Native component for "RCTFBSendButton" does not exist
Warning: Native component for "RCTFBShareButton" does not exist
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts
: react-native-scripts@0.0.50npm ls react-native
: react-native@0.45.1npm ls expo
: expo@18.0.9node -v
: v7.0.0npm -v
: 4.2.0yarn --version
: 0.21.3watchman version
: { “version”: “4.7.0” }
Also specify:
- Operating system: macOS Sierra 10.12.5
- Phone/emulator/simulator & version: Expo
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
Facebook SDK for Android - Documentation
This documentation describes how to integrate your Android app with Facebook to build engaging social apps by using the Facebook SDK for Android....
Read more >Some Android SDKs version 15.0.0 is not compatible ... - GitHub
Some Android SDKs version 15.0. 0 is not compatible with Android 12 (Api level 31+) · Issue #1114 · facebook/facebook-android-sdk · GitHub.
Read more >android - Facebook Sdk Compatibility - Stack Overflow
I am working on Integrating the new Facebook SDK into my android application, but Facebook sdk 4.7 supports only android 4.xx and above, ......
Read more >Compatible Android SDKs | Appstore - Amazon Developer
SDK Name SDK Version Description
FasterXML Jackson 2.11.1
OKHTTP SDK 3.14.0 Ok Http is an HTTP client.
Square Retrofit 2.9.0 A type‑safe HTTP client for Android...
Read more >PHP 8 Compatibility - Facebook sdk php library - Drupal
10.2]. - facebook/facebook-instant-articles-sdk-php v1.10.2 requires php ^5.4 || ^5.6 || ^7 -> your php version (8.0; overridden via config.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I created a package that handles sessions for React Native with Firebase. https://github.com/truca/RNSession
The link to the expo FB document has changed it seems, and is now here:
https://docs.expo.io/versions/latest/sdk/facebook.html