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

@chafian/phone-input-react-native

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chafian/phone-input-react-native

Advanced, customizable phone input component for React Native and Expo with multi-language support, RTL, validation, and modern SVG flags

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@chafian/phone-input-react-native

Advanced, customizable phone input component for React Native and Expo.

See the main README for full documentation.

Quick Install

npm install @chafian/phone-input-react-native react-native-svg

Quick Start

import { PhoneInput } from '@chafian/phone-input-react-native';

<PhoneInput
  value={phoneNumber}
  onChange={setPhoneNumber}
  defaultCountry="US"
/>

Features

  • ✅ Multi-language support (10+ languages)
  • ✅ RTL support
  • ✅ Real-time validation
  • ✅ Smart formatting
  • ✅ Fully customizable
  • ✅ Modern SVG flags
  • ✅ TypeScript support
  • ✅ Expo compatible

Documentation

Full documentation available at: GitHub Repository

License

MIT

Keywords

react-native

FAQs

Package last updated on 24 Oct 2025

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