0.1.0 • Published 5 years ago

react-native-whatsapp-textinput v0.1.0

Weekly downloads
40
License
MIT
Repository
github
Last release
5 years ago

react-native-whatsapp-textinput

React Native WhatsApp TextInput is a UI Design to show how to create compatible multiline textinput for both Android and IOS with Validation.

  • Features:
    • Display the send message in parent Component
    • Dynamic height for textinput based on user text
    • Handling the keyboard space when textinput onFocus
    • Sticky send button to end the footerBlock like whatsapp/messenger send button
  • Demo Screen:

Code Implementation:

       <WhatsAppTextInput
          backgroundColor={'#fff'}
          borderTopColor={'#f5f5f5'}
          placeholderText={'Aa'}
          placeholderTextColor='#9e9e9e'
          messageTextColor={'#000'}
          textInputBgColor={'#f5f5f5'}
          editable={true}
          multiline={true}
          keyboardType={'default'}
          sendButtonBgColor={'#1a75ff'}
          sendButtonImage={require('./images/sendIcon.png')}
          sendButtonDisableColor={'#f5f5f0'}
          sendButtonEnableColor={'#002080'}
        />  

Demo repo: https://github.com/MaheshNandam/DynamicHeightTextInput

PropertyTypeDescription
backgroundColorstringWhatsAppTextInput component backgroundColor
borderTopColorstringWhatsAppTextInput component borderTopColor
placeholderTextstringTextInput placeholder value
placeholderTextColorstringTextInput placeholder color
messageTextColorstringUser Input text color in TextInput
textInputBgColorstringTextInput background color
editablebooleanif its TRUE - User can edit the text, FALSE - user can't edit the text
multilinebooleanif its TRUE - User can enter multiline text, FALSE - user can enter only single line
keyboardTypestringdefault, number-pad, decimal-pad, numeric, email-address, phone-pad
sendButtonBgColorstringsend button rounder circle background color
sendButtonImagestringsend button image
sendButtonDisableColorstringdisable color for send button
sendButtonEnableColorstringenable color for send button
0.1.0

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago