
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
@newagebel/react-native-currency-field
Advanced tools
A fully native TextInput component that supports all currencies and locales.
| Currency: USD, Locale: en_US | Currency: EUR, Locale: de_DE | Currency: UAH, Locale: uk_UA |
|---|---|---|
![]() | ![]() | ![]() |
npm install @newagebel/react-native-currency-field
or
yarn add @newagebel/react-native-currency-field
cd ios && pod install && cd ..
There are no extra steps 💆‍♂️
import CurrencyField from '@newagebel/react-native-currency-field'
function MyComponent() {
const [value, setValue] = useState(20);
<CurrencyField
value={value}
onChangeText={setValue}
currency={'EUR'}
maxValue={10000}
selectTextOnInit={false}
style={style.inputStyle}
/>;
}
| Prop | Type | Default | Description |
|---|---|---|---|
| ...TextInputProps | Inherit all props of TextInput. | ||
value | number | 0 | |
onChangeText | function | (unmaskedValue: number, maskedValue: string) => null | |
currency | string | USD | |
maxValue | string | 100000000 | |
selectTextOnInit | boolean | false | Select all text on initialization |
To change the locale, you need to change the region in the phone settings.
MIT
FAQs
A fully native TextInput component that supports all currencies and locales.
We found that @newagebel/react-native-currency-field demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.