1.0.9 • Published 2 years ago

applaunch-login v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago