diff --git a/README.md b/README.md index f5fe9ac..657649c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/example/App.js b/example/App.js index 996a89f..82b119a 100644 --- a/example/App.js +++ b/example/App.js @@ -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";