From aa038e854bec770f1a638e39c46e671f122f12f4 Mon Sep 17 00:00:00 2001 From: Lucas Alves Date: Thu, 10 Jun 2021 16:42:09 -0300 Subject: [PATCH] fix issue #109: Adjust unwanted vertical line beside the stars --- src/SwipeRating.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SwipeRating.tsx b/src/SwipeRating.tsx index b40d540..3f1c53e 100644 --- a/src/SwipeRating.tsx +++ b/src/SwipeRating.tsx @@ -525,7 +525,8 @@ const styles = StyleSheet.create( { starsWrapper: { flexDirection: "row", justifyContent: "center", - alignItems: "center" + alignItems: "center", + left: 1 }, starsInsideWrapper: { position: "absolute",