New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-input-xg

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-input-xg

react native input component for both Android and IOS, useing pure JavaScript

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
38
22.58%
Maintainers
1
Weekly downloads
 
Created
Source

The react-native-input-xg

  • react native Input component for both Android and iOS based on pure JavaScript

Main

  • This component provide some more functions besides the basic input RN provided

Properties

  • Besides the basic properties RN provided, we also provide belows:

image

Properties

PropDefaultTypeDescription
labelundefinedstringSpecify the label of the input
defaultValueundefinedstringSpecify the default value of the input
editabletrueboolif you can edit the input
multilinefalseboolif the input support the multiline
errorfalseboolfor you to judge if the content is wrong
requiredfalseboolgive you an indicate to show this one is a must
tipsundefinedstringgive some more explanation
wrapperStyle-styleSpecify the wrapper style
focusStyle-styleSpecify the style when focus
disabledStyle-styleSpecify the style when disabled
errorStyle-styleSpecify the style when there's some error
labelStyle-styleSpecify the label style
initJudgetrueboolif judge error when init
readOnlyfalseboolyou can only see but can not operate

Keywords

react-native

FAQs

Package last updated on 16 Mar 2017

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