Simple and easy to use TextArea for React Native
npm install @freakycoder/react-native-text-area



!Platform - Android and iOS


js
npm i @freakycoder/react-native-text-area
`
Peer Dependencies
###### IMPORTANT! You need install them
Zero Dependency
Basic Usage
`jsx
import RNTextArea from "@freakycoder/react-native-text-area";
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`