npm.io
1.2.0 • Published 8 months ago

react-native-map4d-services

Licence
MIT
Version
1.2.0
Deps
0
Size
92 kB
Vulns
0
Weekly
0

react-native-map4d-services

React Native Map4dServices for iOS + Android

Installation

npm install react-native-map4d-services

Usage

E.g. Auto Suggest

import { fetchSuggestion } from "react-native-map4d-services";

// ...

fetchSuggestion({text: 'abc'})
.then(result => {
  console.log('Suggestion:', result);
})

Keywords