0
0

More than 5 years have passed since last update.

Facebook Log in with React

Last updated at Posted at 2019-09-01

image.png

3時間ほどハマったけど解決。
Before

await Expo.Facebook.logInWithReadPermissionsAsync('***')

After

await Facebook.logInWithReadPermissionsAsync('***')

importは

import * as Facebook from 'expo-facebook';

https://docs.expo.io/versions/v34.0.0/guides/using-firebase/
officialが間違ってるとは夢にも思いませんでしたよ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0