
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@aaquib070/wobb-react-native-linkdin
Advanced tools
React native linkedin iOS and android.
yarn
yarn add @wobb-ai/wobb-react-native-linkdin
npm
npm install @wobb-ai/wobb-react-native-linkdin
yarn
yarn add react-native-modal react-native-webview query-string
npm
npm install react-native-modal react-native-webview query-string
import React, { useState } from 'react';
import { SignIn, LinkedInButton } from '@edose/react-native-linkedin';
function Example() {
const [open, setOpen] = useState(false)
return (
<LinkedInButton
label="Sign In With LinkedIn"
labelStyle={{//custom style}}
buttonColor="#017AB6"
onPress={() => setOpen(true)}
/>
<SignIn
isOpen={true}
clientId={YOUR_LINKEDIN_CLIENT_ID}
clientSecret={YOUR_LINKEDIN_CLIENT_SECRET}
redirectUri="https://oauth.pstmn.io/v1/callback"
state={YOUR_STATE}
onSuccess={(data) => alert(data)}
onCancel={() => setOpen(false)
/>
)
}
| Name | Type | Default | Description |
|---|---|---|---|
clientID | string | LinkedIn Client ID | |
clientSecret | string | LinkedIn Client secret | |
redirectUri | string | LinkedIn Redirect URI | |
permissions | array | ["r_liteprofile", "r_emailaddress"] | Permission |
authState | string | ||
isOpen | bool | true | |
onClose | func | () => null | |
onSuccess | func | (data) => null |
| Name | Type | Default | Description |
|---|---|---|---|
label | string | Sign In With LinkedIn | Button label |
buttonColor | string | #017AB6 | Button color |
labelStyle | ViewStyle | {} | |
buttonStyle | ViewStyle | {} | |
onPress | func | () => null |
FAQs
React native linkedin iOS and android.
We found that @aaquib070/wobb-react-native-linkdin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.