Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thang2162/react-native-text-area

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thang2162/react-native-text-area

Simple and easy to use TextArea for React Native

  • 0.0.15
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source
React Native Text Area

Simple and easy to use TextArea for React Native

npm version npm Platform - Android and iOS License: MIT styled with prettier

React Native Text Area

Installation

Add the dependency:

React Native:

npm i @thang2162/react-native-text-area or yarn add @thang2162/react-native-text-area

Peer Dependencies

IMPORTANT! You need install them.
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",

Basic Usage

import TextArea from "@thang2162/react-native-text-area";

<TextArea
  maxCharLimit={50}
  placeholderTextColor="black"
  exceedCharCountColor="#990606"
  placeholder={"Write your review..."}
/>;

Configuration - Props

PropertyTypeDefaultDescription
stylesstylecheck the codeset your own style
backgroundColorcolor"#fbfbfb"change the TextArea's background color
charCountnumber0set the current character count
maxCharLimitnumber200set the maximum character count limit
charCountColorcolor"#ccc"change character count's color
exceedCharCountColorcolor"red"change the exceeded character count color
defaultCharCountnumber0set the default char count other than 0

Author

thang2162, netguy87@gmail.com

License

React Native Text Area Library is available under the MIT license. See the LICENSE file for more info.

Keywords

FAQs

Package last updated on 03 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc