1.0.1 • Published 3 years ago

@kyivstarteam/react-native-phone-selector v1.0.1

Weekly downloads
53
License
MIT
Repository
github
Last release
3 years ago

react-native-phone-selector

Phone Selector API for Android Only

Installation

npm install react-native-phone-selector

or

yarn add react-native-phone-selector

Usage

import PhoneSelector from "react-native-phone-selector";

// ...


export interface PhoneResponse {
  selectedPhone: string
}

const result: PhoneResponse = await PhoneSelector.invokePhoneSelector();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT