# react-native-map4d-services

> React Native Map4dServices for iOS + Android

Latest version **1.2.0** (published 2026-01-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-map4d-services
pnpm add react-native-map4d-services
yarn add react-native-map4d-services
bun add react-native-map4d-services
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2026-01-19 |
| First published | 2022-02-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 92.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | IOTLink |
| Maintainers | sua8051, huydc |
| Keywords | react, react-native, map4d, services, map4d-services, iotlink |

## Links

- npm: https://www.npmjs.com/package/react-native-map4d-services
- Repository: https://github.com/map4d/map4d-services-react-native
- Homepage: https://github.com/map4d/map4d-services-react-native#readme
- Issues: https://github.com/map4d/map4d-services-react-native/issues
- npm.io page: https://npm.io/package/react-native-map4d-services

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.2.0 (latest) — 2026-01-19
- 1.1.0 — 2025-02-21
- 1.0.2 — 2022-05-19
- 1.0.1 — 2022-05-17
- 1.0.0 — 2022-05-16
- 0.1.0 — 2022-02-09

## README

# react-native-map4d-services

React Native Map4dServices for iOS + Android

## Installation

```sh
npm install react-native-map4d-services
```

## Usage

E.g. Auto Suggest

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

// ...

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

---
_Source: https://npm.io/package/react-native-map4d-services · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
