@@ -105,24 +105,25 @@ import LoginScreen, { SocialButton } from "react-native-login-screen";
105105
106106### Customizations (Optional)
107107
108- | Property | Type | Default | Description |
109- | ----------------------- | :--------: | :-----------------: | --------------------------------------------------- |
110- | signupText | string | "Create an account" | change the sign up text |
111- | disableSignup | boolean | false | disable the signup if you do not want to use it |
112- | disableDivider | boolean | false | disable the divider if you do not want to use it |
113- | disableSocialButtons | boolean | false | disable the all social buttons |
114- | disablePasswordInput | boolean | false | disable the password text input |
115- | emailPlaceholder | string | "Email" | change email placeholder text |
116- | passwordPlaceholder | string | "Password" | change password placeholder text |
117- | loginButtonText | string | "Login" | change login button's text |
118- | style | ViewStyle | default | set/override the default style for the container |
119- | dividerStyle | ViewStyle | default | set/override the default divider style |
120- | logoImageStyle | ImageStyle | default | set/override the default image style |
121- | textInputContainerStyle | ViewStyle | default | set/override the default text input container style |
122- | loginButtonStyle | ViewStyle | default | set/override the default login button style |
123- | loginTextStyle | TextStyle | default | set/override the default login text style |
124- | signupStyle | ViewStyle | default | set/override the default signup button style |
125- | signupTextStyle | TextStyle | default | set/override the default signup text style |
108+ | Property | Type | Default | Description |
109+ | ----------------------- | :---------------------------------------------------------------------------------------------------------------------: | :-----------------: | --------------------------------------------------- |
110+ | signupText | string | "Create an account" | change the sign up text |
111+ | disableSignup | boolean | false | disable the signup if you do not want to use it |
112+ | disableDivider | boolean | false | disable the divider if you do not want to use it |
113+ | disableSocialButtons | boolean | false | disable the all social buttons |
114+ | disablePasswordInput | boolean | false | disable the password text input |
115+ | emailPlaceholder | string | "Email" | change email placeholder text |
116+ | passwordPlaceholder | string | "Password" | change password placeholder text |
117+ | loginButtonText | string | "Login" | change login button's text |
118+ | style | ViewStyle | default | set/override the default style for the container |
119+ | dividerStyle | ViewStyle | default | set/override the default divider style |
120+ | logoImageStyle | ImageStyle | default | set/override the default image style |
121+ | textInputContainerStyle | ViewStyle | default | set/override the default text input container style |
122+ | loginButtonStyle | ViewStyle | default | set/override the default login button style |
123+ | loginTextStyle | TextStyle | default | set/override the default login text style |
124+ | signupStyle | ViewStyle | default | set/override the default signup button style |
125+ | signupTextStyle | TextStyle | default | set/override the default signup text style |
126+ | textInputProps | [ IInteractiveTextInputProps] ( https://github.com/WrathChaos/react-native-text-input-interactive#customization-optionals ) | default | set/override the default textinput props |
126127
127128### Default Social Login Buttons (Optional)
128129
0 commit comments