-
In `package.json` we have to update the version of `react-native` from `0.58.6` to `0.60.6` otherwise `react-native-fbsdk` throws dependencies issues.
Likewise we have to upgrade the version of `r…
-
## 🐛 Bug Report
## To Reproduce
1. follow basic iOS installation for facebook sdk found on https://developers.facebook.com/quickstarts
2. installed react-native-fbsdk@0.10
3. manually …
-
Please add:
import { LoginManager } from "react-native-fbsdk";
Meteor.logout();
LoginManager.logOut();
-
Hello,
I have issue that react-native-fbsdk launches browser instead on native app and it's not possible to log in.
To reproduce this you need to do following steps:
1. Log in your Facebook …
-
## 🐛 Bug Report
I tried to implement facebook social login into my app.
The problem is when I use this library without Facebook app in a same device, it's working fine and got accesstoken.
…
-
# Bug Report
**Before opening**
- [x] Did you try the latest release?
- [x] Did you look for existing issues?
**Ad Modules**
**Platforms**
**Versions**
- Android: 27
- iOS:
- …
-
## Question
Hi, does facebook/react-native-fbsdk implement the Proof Key for Code Exchange protocol?
-
## 🐛 Bug / Missing Feature Report
I am trying to update my app to log `Standard Events` such as the `Complete Registration` event in the case when a user has completed the registration process …
-
**package.json**
{
"name": "MyApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios…
-
I am compiling with `./gradlew build`, with gradle 4.10.3 on Windows and Mac and I'm getting the following error:
```bash
> Task :react-native-fbsdk:lint FAILED
Ran lint on variant release: 19 is…