简体   繁体   中英

React Native Social Login Using PassportJS

Implemented as backend and expo of the following links: https://medium.com/@ehlinger.matt/oauth-linkedin-react-native-passport-js-setup-9f707f18f57e

In my project, we need to do a React-Native of Android and iOS, not Expo. import { AuthSession, WebBrowser, Linking } from 'expo'; How should I change?

I found it.

import { InAppBrowser } from 'react-native-inappbrowser-reborn';
import { Linking} from 'react-native';

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM