From 186b97d21eeb8178baa52d72cf1f6691de8244ff Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 18 Aug 2016 23:24:56 -0700 Subject: [PATCH] Add badges to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bfd2e73..98d3eb7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # React Native Splash Screen +[![npm](https://img.shields.io/npm/v/rn-splash-screen.svg?maxAge=2592000)](https://www.npmjs.com/package/rn-splash-screen) +[![npm](https://img.shields.io/npm/dm/rn-splash-screen.svg?maxAge=2592000)](https://www.npmjs.com/package/rn-splash-screen) +[![npm](https://img.shields.io/npm/dt/rn-splash-screen.svg?maxAge=2592000?style=flat)](https://www.npmjs.com/package/rn-splash-screen) +[![npm](https://img.shields.io/npm/l/rn-splash-screen.svg?maxAge=2592000)](https://github.com/mehcode/rn-splash-screen/blob/master/LICENSE) > A JavaScript-controlled splash-screen designed to be run directly after the native splash-screen. ## Install