map-view-native
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

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

Dependencies (0)

    Dev Dependencies (19)

    Package Sidebar

    Install

    npm i map-view-native

    Weekly Downloads

    1

    Version

    0.1.6

    License

    MIT

    Unpacked Size

    26.3 kB

    Total Files

    28

    Last publish

    Collaborators

    • linh.cntt097