
Security News
Socket Releases Free Certified Patches for Nuxt Security Vulnerabilities
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.
applaunch-login
Advanced tools
Fully Customizable Pre-build UI for the auth module which include login as well as Registration UI. Beside this you can also directly use Input, Buttons with various Customizable props
npm i applaunch-login
or
yarn add applaunch-login
import {LoginScreen, RegisterScreen, Button, Input} from 'applaunch-login';
# Login
<LoginScreen
style={{backgroundColor: 'white'}} //main container
textInputContainerStyle={{}}
logoImageSource={{}} //
logoImageStyle={{}}
emailPlaceholder="abc@applaunch.io"
onEmailChange={email => {
console.log(email);
}}
passwordPlaceholder="123456"
onPasswordChange={password => {
console.log(password);
}}
loginButtonStyle={{}}
loginTextStyle={{}}
loginButtonText={'Login'}
onLoginPress={() => {
alert('login');
}}
signupStyle={{}}
signupTextStyle={{}}
dividerStyle={{}}
disableDivider={true}
onSignupPress={() => {
alert('login');
}}
iconImageSource={{}} //eye
/>
# Registration
<RegisterScreen
style={{backgroundColor: 'red'}}
textInputContainerStyle={{}}
emailPlaceholder="abc@applaunch.io"
namePlaceholder="Nikesh"
psswordPlaceholder="12345678"
onNameChange={name => {
console.log(name);
}}
onEmailChange={email => {
console.log(email);
}}
onPasswordChange={password => {
console.log(password);
}}
loginButtonStyle={{}}
loginTextStyle={{}}
onLoginPress={() => {
alert('register');
}}
loginButtonText={'Register'}
/>
# Button
<Button
loginButtonStyle={loginButtonStyle}
loginTextStyle={loginTextStyle}
onLoginPress={onLoginPress}
loginButtonText={loginButtonText}
/>
Pull requests are welcome.
FAQs
testing
The npm package applaunch-login receives a total of 10 weekly downloads. As such, applaunch-login popularity was classified as not popular.
We found that applaunch-login 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
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.