Skip to content

Commit

Permalink
Adds DeepScan badge
Browse files Browse the repository at this point in the history
  • Loading branch information
chagasaway committed Dec 11, 2017
1 parent 2c026de commit 25a628e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## React Native FadingSlides Component

[![DeepScan Grade](https://deepscan.io/api/projects/1122/branches/2515/badge/grade.svg)](https://deepscan.io/dashboard/#view=project&pid=1122&bid=2515)

Simple looped fading slides carousel for React Native.

![alt tag](http://i.giphy.com/l41lR24WgEwYTaHzW.gif)
Expand Down
2 changes: 1 addition & 1 deletion example/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { StyleSheet, Text, View, Dimensions } from "react-native";
import { StyleSheet, View, Dimensions } from "react-native";

import FadingSlides from "react-native-fading-slides";

Expand Down

0 comments on commit 25a628e

Please sign in to comment.