react-native-rs-address
TypeScript icon, indicating that this package has built-in type declarations

0.9.1 • Public • Published

React Native Address Search

Address Search for react-native

Installation

npm install --save react-native-rs-address

or

yarn add react-native-rs-address

Installation (iOS)

Using CocoaPods (React Native 0.60 and higher)
cd ios
pod install

Installation (Android)

React Native 0.60 and higher
  • Linking automatically

Usage

Example

import Postcode from 'react-native-rs-address';

const App = () => (
    <Postcode
        style={{ flex: 1 }}
        jsOptions={{ animation: false }}
        onSelected={(data) => this.parsingAddress(data)}
        onError={(error: unknown) => this.printError(error)}
    />
)

Package Sidebar

Install

npm i react-native-rs-address

Weekly Downloads

2

Version

0.9.1

License

MIT

Unpacked Size

5.67 kB

Total Files

5

Last publish

Collaborators

  • taeheunlee