1.0.10 • Published 6 months ago
@artmajeur/react-native-paper-phone-number-input v1.0.10
React Native Paper Phone Number Input
This package is a customized fork of react-native-paper-phone-number-input, originally designed to handle phone number and country picker inputs in React Native using React Native Paper components.
We've enhanced the original project with additional features to better suit the needs of ArtMajeur, including internationalization and extended functionality.
✨ Key Improvements
- 🌍 Added country name translations using the
i18n-iso-countrieslibrary. - 📦 Country code is now returned when a user selects a country.
📦 Installation
Install the package via your preferred package manager:
Using Yarn:
yarn add @artmajeur/react-native-paper-phone-number-inputUsing NPM:
npm install @artmajeur/react-native-paper-phone-number-input🚀 Publishing a New Version
To update and publish a new version of the package:
- Make your changes in the repository.
- Update the version number in the
package.jsonfile. - Run the following command to publish:
npm publish