
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
sherlock-text-input
Advanced tools
链尚网React-Native 组件库组件:TextInput
npm install sherlock-text-input --save
或者使用我们的组件库:
npm install sherlock-mind --save
import {TextInput} from 'sherlock-mind';
/**
* sherlock-text-input 使用 react-native的text-input实现
* 所以可以使用text-input的所有属性
* 例如:
* <TextInput maxLength multiline .....>
*/
import TextInput from 'sherlock-text-input';
//或者 import {TextInput} from 'sherlock-mind'
<View>
//普通输入框
<TextInput />
//密码框 可以切换密码是否可见
<TextInput.Password color="#fff"/>
//关闭显示密码图标
<TextInput.Password toggle={false} />
//自定义输入框图标 icon : 基于sherlock-fy-icon图标库
<TextInput icon="msites|xx" />
//定义输入框label
<TextInput label={"姓名:"} />
</View>
基于 MIT License 开源,使用代码只需说明来源,或者引用 license.txt 即可。
FAQs
链尚网React-Native 组件库组件:TextInput
We found that sherlock-text-input 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.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.