🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

applaunch-login

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applaunch-login

testing

latest
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

React native Customizable Auth module

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

Installation

npm i applaunch-login

or

yarn add applaunch-login

Login


import { LoginScreen } from 'applaunch-login';

Methods and Properties

keyTypeDescription
stylepropspass style to whole container
textInputContainerStylepropsCustomize text input container
logoImageSourcepropsadd screen logo
logoImageStylepropsstyle logo
loginButtonStylepropsstyle login Button
loginTextStylepropsstyle login Button text
onLoginPresspropshandle buttion press
signupStylepropscontainer style
signupTextStylepropscontainer text style
dividerStylepropsdivider style
disableDividerpropsdivider disable and enable
onSignupPresspropshandle sign up press button
signupTextpropssign up button text
forgotPassTextpropsforgot button text
loginButtonTextpropslogin button text
onEmailChangepropshandle email change
onPasswordChangepropshandle password change
emailPlaceholderpropsemail placeholder
passwordPlaceholderpropspassword placeholder
iconImageSourcepropstextinput field icon
titleContainerStylepropstitle container style
titlepropstitle placeholder
descriptionpropsdescription placeholder
descriptionTextStylepropsdescription text style
titleTextStylepropstitle text style
isEmailValidpropschange the border of textiput
isPwdValidpropschange the border of email input
emailValuepropsemail value
pwdValuepropspassword value
onForgotPresspropshandle fogot button text
isLodingpropsbutton loader
descriptionContainerStylepropscontainer style
editablepropstextinput
textInputStylepropsstyle

Register


import { LoginScreen } from 'applaunch-login';

Methods and Properties

keyTypeDescription
stylepropspass style to whole container
textInputContainerStylepropsCustomize text input container
logoImageSourcepropsadd screen logo
logoImageStylepropsstyle logo
buttonStylepropsstyle Button
buttonTextStylepropsstyle Button text
onButtonPresspropshandle buttion press
signupStylepropscontainer style
signupTextStylepropscontainer text style
dividerStylepropsdivider style
disableDividerpropsdivider disable and enable
onSignupPresspropshandle sign up press button
signupTextpropssign up button text
forgotPassTextpropsforgot button text
buttonTextpropsbutton text
onEmailChangepropshandle email change
onPasswordChangepropshandle password change
emailPlaceholderpropsemail placeholder
passwordPlaceholderpropspassword placeholder
iconImageSourcepropstextinput field icon
titleContainerStylepropstitle container style
titlepropstitle placeholder
descriptionpropsdescription placeholder
descriptionTextStylepropsdescription text style
titleTextStylepropstitle text style
isEmailValidpropschange the border of textiput
isPwdValidpropschange the border of email input
emailValuepropsemail value
pwdValuepropspassword value
onForgotPresspropshandle fogot button text
isLodingpropsbutton loader
descriptionContainerStylepropscontainer style
editablepropstextinput
textInputStylepropsstyle
namePlaceholderpropsname placeholder
psswordPlaceholderpropspassword placeholder
onNameChangepropshandle name change
mainColorprops.....
loginStyleprops.....
loginTextStyleprops.....

Button


import { Button } from 'applaunch-login';

Methods and Properties

keyTypeDescription
loginButtonStylepropsstyle to whole container
loginTextStylepropsbuttion text
onLoginPresspropshandle button press
loginButtonTextpropsstyle button text
isLodingpropsshow loding indicator

Button


import { Button } from 'applaunch-login';

Methods and Properties

keyTypeDescription
loginButtonStylepropsstyle to whole container
loginTextStylepropsbuttion text
onLoginPresspropshandle button press
loginButtonTextpropsstyle button text
isLodingpropsshow loding indicator

TextInput


import { Input } from 'applaunch-login';

Methods and Properties

keyTypeDescription
valuepropstext value
onChangeTextpropshanlde on change input value
editablepropsis editable or not
mainColorpropsnormal color while focus
originalColorpropsdefault color

Title


import { Title } from 'applaunch-login';

Description


import { Description } from 'applaunch-login';

Change Password


import { ChangePassword } from 'applaunch-login';

Forgot password


import { ForgotPasswordScreen } from 'applaunch-login';

Authors

  • @Nikesh

FAQs

Package last updated on 16 Sep 2022

Did you know?

Socket

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.

Install

Related posts