Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
react-native-auto-grow-textinput
Advanced tools
This component allows to create auto grow text input for both platforms (iOS and Android).
This component allows to create auto grow text input for both platforms (iOS and Android).
First of all, you need to install react-native-auto-grow-textinput
to your project.
$ yarn add react-native-auto-grow-textinput
After, you can use it in your project:
import { AutoGrowInputText } from 'react-native-auto-grow-textinput';
...
// If you don't need max height
<AutoGrowInputText placeholder='Some text here' />
// else if you need to set up max height
<AutoGrowInputText placeholder='Some text here' maxHeight={ 120 } />
...
// Also you can use any other TextInput props with AutoGrowInputText component
I hope it'll save your time.
FAQs
This component allows to create auto grow text input for both platforms (iOS and Android).
We found that react-native-auto-grow-textinput demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.