1.0.10 • Published 5 years ago

react-native-country-list v1.0.10

Weekly downloads
23
License
MIT
Repository
github
Last release
5 years ago

react-native-country-list

demo

Installation

$ yarn add react-native-country-list

Basic Usage

import { CountrySelection } from 'react-native-country-list';

render(){
    const { selected } = this.state;
    return (
      <View style={styles.container}>
        <CountrySelection action={(item) => this.onCountrySelection(item)} selected={selected}/>
      </View>
    );
  }

Licence

MIT