Skip to content

Commit 47d2265

Browse files
authored
docs(auth): update fbsdk reference to use react-native-fbsdk-next (#5733)
1 parent 7991897 commit 47d2265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/social-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The `onFacebookButtonPress` can then be implemented as follows:
111111

112112
```js
113113
import auth from '@react-native-firebase/auth';
114-
import { LoginManager, AccessToken } from 'react-native-fbsdk';
114+
import { LoginManager, AccessToken } from 'react-native-fbsdk-next';
115115

116116
async function onFacebookButtonPress() {
117117
// Attempt login with permissions

0 commit comments

Comments
 (0)