Skip to content

Commit

Permalink
docs: update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Nov 25, 2024
1 parent 01f53d0 commit f057ab8
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[![MapLibre Logo](https://maplibre.org/img/maplibre-logo-big.svg)](https://maplibre.org)

# MapLibre React Native
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.md)
[![Version](https://img.shields.io/npm/v/@maplibre/maplibre-react-native)](https://www.npmjs.com/package/@maplibre/maplibre-react-native)
[![Actions](https://img.shields.io/github/actions/workflow/status/maplibre/maplibre-react-native/review.yml?label=Actions
)](https://github.com/maplibre/maplibre-react-native/actions/workflows/review.yml)


_React Native library for creating maps with [MapLibre Native for Android & iOS](https://github.com/maplibre/maplibre-gl-native)_.

Expand All @@ -9,22 +14,16 @@ React Native library for building maps with the Mapbox iOS and Android mobile SD
supported both Mapbox and MapLibre for some time, but as the MapLibre and Mapbox SDKs have
diverged, it has become necessary to separate the projects into specific wrappers by underlying renderer.

---

[![npm version](https://badge.fury.io/js/%40maplibre%2Fmaplibre-react-native.svg)](https://badge.fury.io/js/%40maplibre%2Fmaplibre-react-native) [![Android Build](https://github.com/maplibre/maplibre-react-native/actions/workflows/android-actions.yml/badge.svg)](https://github.com/maplibre/maplibre-react-native/actions/workflows/android-actions.yml) [![iOS Build](https://github.com/maplibre/maplibre-react-native/actions/workflows/ios-actions.yml/badge.svg)](https://github.com/maplibre/maplibre-react-native/actions/workflows/ios-actions.yml)

---

<br>

<img src="./assets/indoor_building_map_android.png"
alt="Indoor Building Map Android"
height="300"
/>
<img src="./assets/indoor_building_map_ios.png"
alt="Indoor Building Map iOS"
height="300"
/>
<p align="center">
<img src="./assets/indoor_building_map_android.png"
alt="Indoor Building Map Android"
height="300"
/>
<img src="./assets/indoor_building_map_ios.png"
alt="Indoor Building Map iOS"
height="300"
/>
</p>

## Documentation

Expand Down

0 comments on commit f057ab8

Please sign in to comment.