Phone Selector API for Android Only
npm install react-native-phone-selector
or
yarn add react-native-phone-selectorimport PhoneSelector from "react-native-phone-selector";
// ...
export interface PhoneResponse {
selectedPhone: string
}
const result: PhoneResponse = await PhoneSelector.invokePhoneSelector();See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT