@b.taranenko/react-native-country-list

1.0.12 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @b.taranenko/react-native-country-list

    Weekly Downloads

    1

    Version

    1.0.12

    License

    MIT

    Unpacked Size

    14.4 MB

    Total Files

    24

    Last publish

    Collaborators

    • b.taranenko