@@ -28,7 +28,8 @@ npm i react-native-login-screen
2828
2929``` js
3030" react-native-spinkit" : " >= 1.5.0" ,
31- " react-native-material-textfield" : " https://github.com/WrathChaos/react-native-material-textfield.git"
31+ " @freakycoder/react-native-helpers" : " >= 0.1.3" ,
32+ " @freakycoder/react-native-material-textfield" : " >= 1.0.0"
3233```
3334
3435## Import
@@ -105,9 +106,9 @@ Pretty advanced and fully customizable example of login screen
105106< / LoginScreen>
106107```
107108
108- ### Configuration - Props
109+ ## Configuration - Props
109110
110- #### Fundamentals
111+ ### Fundamentals
111112
112113| Property | Type | Default | Description |
113114| -------------------------- | :-------: | :------------: | ------------------------------------------------------------------------ |
@@ -119,7 +120,6 @@ Pretty advanced and fully customizable example of login screen
119120| loginButtonBackgroundColor | color | #282828 | change the login button's background color |
120121| loginText | string | LOGIN | change the login button's text |
121122| loginButtonTextStyle | style | default | set your own style for the login button's text style |
122- | logoText | string | GITHUB | change the logo's text |
123123| logoComponent | component | Icon | set your own logo component instead of default Icon |
124124| spinnerEnable | bool | false | set the spinner enable this is ** required** to use spinner |
125125| spinnerVisibility | bool | false | set the logic for spinner enabling / disabling for the login text button |
@@ -128,12 +128,11 @@ Pretty advanced and fully customizable example of login screen
128128| spinnerType | bool | false | change the spinner type |
129129| spinnerStyle | bool | false | set your own style for the spinner itself |
130130
131- #### Bottom Container Props
131+ ### Bottom Container Props
132132
133133| Property | Type | Default | Description |
134134| ---------------------- | :-------: | :--------------------: | ---------------------------------------------------------------------------- |
135135| placeholder | string | default | set the placeholder of the text input with both title and placeholder itself |
136- | IconComponent | component | Icon | set your own component instead of vector-icons' Icon component |
137136| backgroundColor | color | rgba(255,255,255,0.45) | change the bottom container's background color |
138137| disableSettings | boolean | false | disable the settings button if you do not want it |
139138| disableSignupButton | boolean | false | disable the signup button if you do not want it |
@@ -271,7 +270,9 @@ Pretty advanced and fully customizable example of login screen
271270- [x] ~~ Android Design Bug Fixes~~
272271- [x] ~~ Configuration - Props COMING SOON~~
273272- [x] ~~ Typescript Challenge!~~
274- - [ ] Remove some dependencies
273+ - [x] ~~ Remove some dependencies~~
274+ - [ ] ImageComponent Feature Option
275+ - [ ] Better TextField Library Integration
275276- [ ] Write an article about the lib on Medium
276277
277278## Credits
0 commit comments