diff --git a/README.md b/README.md index 2b4a942..1019857 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,20 @@ Demo of Phone Input box for React Native (android/ios) npm i react-native-phone-input --save ``` +## Required external library + +You need to add any external library to show the list of countries. + +You can checkout below libraries that works with this package, or else you will face requiredNativeComponent: RNCPicker was not foud in the uimanager. +``` +npm i @react-native-picker/picker +``` +or +``` +npm i react-native-country-picker-modal +``` + + ## Basic Usage ```jsx