New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

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

npmnpm
Version
1.0.8
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 usage


import {LoginScreen} from 'applaunch-login';

Props && MethodsDescription
styleStyle applied to the container
textInputContainerStyle
loginButtonStyle
loginTextStyle
signupStyle
signupTextStyle
dividerStyle
disableDivider
signupText
forgotPassText
loginButtonText
emailPlaceholder
passwordPlaceholder
title
titleTextStyle
descriptionTextStyle
description
onLoginPress
onSignupPress
onEmailChange
onPasswordChange
iconImageSource

Registration usage


import {RegisterScreen} from 'applaunch-login';

Props and methodsDescription
style
titleContainerStyle
textInputContainerStyle
namePlaceholder
emailPlaceholder
psswordPlaceholder
onNameChange
onEmailChange
onPasswordChange
buttonStyle
buttonTextStyle
onButtonPress
buttonText
mainColor
logoImageSource
logoImageStyle
title
description
loginStyle
loginTextStyle
onSignupPress
dividerStyle
titleTextStyle
descriptionTextStyle

Forgot Password usage


import {ForgotPassword} from 'applaunch-login';

Change Password usage


import {ChangePassword} from 'applaunch-login';

Button usage


import {Button} from 'applaunch-login';

TextInput usage


import {Input} from 'applaunch-login';

Contributing

Pull requests are welcome.

FAQs

Package last updated on 14 Sep 2022

Related posts