Gathering detailed insights and metrics for @iume/react-native-text-field
Gathering detailed insights and metrics for @iume/react-native-text-field
Gathering detailed insights and metrics for @iume/react-native-text-field
Gathering detailed insights and metrics for @iume/react-native-text-field
React native component with custom TextInput element
npm install @iume/react-native-text-field
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
8 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Apr 18, 2019
Latest Version
1.0.2
Package Id
@iume/react-native-text-field@1.0.2
Unpacked Size
8.10 kB
Size
3.05 kB
File Count
5
NPM Version
6.9.0
Node Version
10.15.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
npm i --save @iume/react-native-text-field
or
yarn add @iume/react-native-text-field
Name | Description | Type | Default |
---|---|---|---|
type | Set text to use as TextInput. If view is selected, the field will not editable. Default value is text . | text | view | text |
underlineColor | The underline color when the field is not focused. | string | rgba(0, 0, 0, .12) |
underlineColorFocused | The underline color when the field is focused. | string | rgba(0, 0, 0, .38) |
underlineWidth | The underline width when the field is not focused. | number | 1 |
underlineWidthFocused | The underline width when the field is focused. | number | 1.5 |
inputRef | Ref for the TextInput. | React.Ref<TextInput> | |
containerStyle | Style for fields container. | ViewStyle | |
style | Style for TextInput and Text. | TextStyle | |
activeOpacity | Determines what the opacity of the wrapped view should be when touch is active. Defaults to 0.5. | number | 0.5 |
elementRight | Render an element at right side. | JSX.Element | |
disabled | Disables the element. | boolean | false |
onPress | Called when the touch is released. This event is just available if type property is set to view . |
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
29 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More