Facebook계정연동
-
(React Native) Expo-Facebook/Google 계정 연동개발/React Native 2019. 7. 7. 22:00
Expo는 Facebook, Google 계정과 연동할 수 있는 패키지를 제공하고 있음. 이를 위해서는 Facebook, Google 개발자 사이트에 접속하여 권한을 등록한 후 Expo 코드에서는 고유ID를 통해 계정 정보에 접속하면 됨. Facebook - Expo Documentation behavior (string) -- The type of login prompt to show. Must be one of the following values: 'system' (iOS default) -- Attempts to log in through the Facebook account currently signed in through the device Settings. This will fallback ..