0.3.5 • Published 7 months ago

react-native-what3words v0.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

react-native-what3words

a react native wrapper for what3words

Installation

npm install react-native-what3words

Usage

import What3Words from 'react-native-what3words';

// ...

const API_KEY = '';
const MAP_API_KEY = '';

export default function MapComponent() {
  return (
    <View style={styles.container}>
      <Text>What3Words</Text>
      <What3Words
        apiKey={API_KEY}
        mapApiKey={MAP_API_KEY}
        onEvent={console.log}
      />
    </View>
  );
}

Contributing

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

License

MIT


Made with create-react-native-library

0.3.0

7 months ago

0.3.5

7 months ago

0.3.2

7 months ago

0.3.1

7 months ago

0.3.4

7 months ago

0.3.3

7 months ago

0.2.2

7 months ago

0.2.1

8 months ago

0.2.0

8 months ago