A React Native library that simplifies LinkedIn login integration using a WebView modal. It provides a ready-to-use component for handling TypeScript-based authentication flows with ease.
I developed this library to solve the complexity of integrating LinkedIn OAuth2 authentication in React Native apps. Existing solutions were often outdated or lacked proper TypeScript support.
react-native-webview for a seamless in-app experience.<LinkedInModal
clientID="YOUR_CLIENT_ID"
clientSecret="YOUR_CLIENT_SECRET"
redirectUri="YOUR_REDIRECT_URI"
onSuccess={(token) => console.log(token)}
/>