@chafian/phone-input-react-native
v0.1.0
Published
Advanced, customizable phone input component for React Native and Expo with multi-language support, RTL, validation, and modern SVG flags
Maintainers
Readme
@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-svgQuick 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
