Skip to content

Commit ef58a7c

Browse files
authored
Update badges
- remove styled with prettier (noizy) - replace single badge for platform with one badge per platform on another line with color matching OS (I get color code from official website "main" color - except for iOS, that doesn't really have a "color" - I tried multiple color for iOS, from "lightgrey" to pure black, I found this one to be ok (not perfect)) Also fix sponsoring alt text :)
1 parent a20884e commit ef58a7c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
<a href="https://github.com/sponsors/zoontek">
2-
<img align="right" width="200" alt="Philosopher’s stone, logo of PostCSS" src=".github/funding-octocat.svg">
2+
<img align="right" width="200" alt="This library helped you? Consider sponsoring!" src=".github/funding-octocat.svg">
33
</a>
44

55
# ☝🏼 React Native Permissions
66

77
[![npm version](https://badge.fury.io/js/react-native-permissions.svg)](https://badge.fury.io/js/react-native-permissions)
88
[![npm](https://img.shields.io/npm/dt/react-native-permissions.svg)](https://www.npmjs.org/package/react-native-permissions)
9-
![Platform - Android, iOS and Windows](https://img.shields.io/badge/platform-Android%20%7C%20iOS%20%7C%20Windows-yellow.svg)
109
![MIT](https://img.shields.io/dub/l/vibe-d.svg)
11-
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
10+
11+
![Platform - Android](https://img.shields.io/badge/platform-Android-3ddc84.svg)
12+
![Platform - iOS](https://img.shields.io/badge/platform-iOS-f5f5f7.svg)
13+
![Platform - Windows](https://img.shields.io/badge/platform-Windows-0067b8.svg)
14+
1215

1316
A unified permissions API for React Native on iOS, Android and Windows.<br>
1417
(For Windows only builds 18362 and later are supported)

0 commit comments

Comments
 (0)