All Projects → WrathChaos → react-native-text-area

WrathChaos / react-native-text-area

Licence: other
Simple and easy to use TextArea for React Native.

Programming Languages

java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to react-native-text-area

react-native-animated-radio-button
Fully customizable animated radio button for React Native
Stars: ✭ 25 (+25%)
Mutual labels:  development, mobile-app, freakycoder
react-native-permissions-modal
Awesome & Fully Customizable Permissions Modal for React Native
Stars: ✭ 26 (+30%)
Mutual labels:  software, freakycoder
react-native-imaged-carousel-card
Fully customizable & Lovely Imaged Carousel Card for React Native
Stars: ✭ 70 (+250%)
Mutual labels:  software, freakycoder
react-native-input-bar
Fully customizable, beautifully designed Input Bar for React Native
Stars: ✭ 32 (+60%)
Mutual labels:  text, freakycoder
rebuild
Zero-dependency, reproducible build environments
Stars: ✭ 48 (+140%)
Mutual labels:  development, software
community-content
Quer contribuir para a comunidade por meio dos canais da BrazilJS e ainda ganhar benefícios legais?
Stars: ✭ 16 (-20%)
Mutual labels:  development, software
alfred-string-operations
Perform string operations to clipboard content
Stars: ✭ 70 (+250%)
Mutual labels:  development, text
android-trinity
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Stars: ✭ 44 (+120%)
Mutual labels:  development, mobile-app
dojos
Alguns desafios para os participantes dos grupos de estudo
Stars: ✭ 33 (+65%)
Mutual labels:  development, software
react-native-bounceable
Animate and bounce any component with RNBounceable for React Native
Stars: ✭ 26 (+30%)
Mutual labels:  development, freakycoder
Public Apis
A collective list of free APIs
Stars: ✭ 177,707 (+888435%)
Mutual labels:  development, software
Omeclone
A clone of omegle.com
Stars: ✭ 66 (+230%)
Mutual labels:  text
CrossMobile
Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
Stars: ✭ 48 (+140%)
Mutual labels:  mobile-app
justified
Wrap, align and justify the words in a string.
Stars: ✭ 30 (+50%)
Mutual labels:  text
hacktrack
HackaTrack 🛤: Say goodbye 👋🏾 to stress and unproductivity in hackathons 👩🏾‍💻!
Stars: ✭ 61 (+205%)
Mutual labels:  mobile-app
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (+540%)
Mutual labels:  text
react-inputs-validation
A react component for form inputs validation. Online demo examples
Stars: ✭ 48 (+140%)
Mutual labels:  textarea
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-35%)
Mutual labels:  mobile-app
Gisola
Gisola: A High Performance Computing application for real-time Moment Tensor inversion
Stars: ✭ 35 (+75%)
Mutual labels:  software
react-mobile-social
The React Mobile Social is an open source social app using React Native.
Stars: ✭ 51 (+155%)
Mutual labels:  mobile-app

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 @freakycoder/react-native-text-area

Peer Dependencies

IMPORTANT! You need install them

Zero Dependency

Basic Usage

import RNTextArea from "@freakycoder/react-native-text-area";

<RNTextArea
  maxCharLimit={50}
  placeholderTextColor="black"
  exceedCharCountColor="#990606"
  placeholder={"Write your review..."}
  onChangeText={(text: string) => console.log("Text: ", text)}
/>;

Example Project 😍

You can checkout the example project 🥰

Simply run

  • npm i
  • react-native run-ios/android

should work of the example project.

Configuration - Props

Property Type Default Description
style style default set your own style
charCount number 0 set the current character count
maxCharLimit number 200 set the maximum character count limit
charCountColor color "#ccc" change character count's color
exceedCharCountColor color "red" change the exceeded character count color
defaultCharCount number 0 set the default char count other than 0
inputRef ref default set the input reference

Author

FreakyCoder, [email protected]

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].