0.1.6 • Published 3 years ago

map-view-native v0.1.6

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

map-view-native

this is description

Installation

npm install map-view-native

or

yarn add map-view-native

Usage

import MapViewNative from "map-view-native";

// ...
return <MapViewNative
             region={{
               latitude: 37.78825,
               longitude: -122.4324,
               latitudeDelta: 0.0922,
               longitudeDelta: 0.0421,
             }}
             onRegionChange={(e) => console.log(e.nativeEvent)}
             zoomEnabled={false}
             scrollEnabled={true}
             style={styles.container}
           />

Contributing

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

License

MIT

0.1.6

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago