react-native-draggable icon indicating copy to clipboard operation
react-native-draggable copied to clipboard

How can I remove the black lines that on Android?

Open KimJeonghun91 opened this issue 4 years ago • 0 comments

Ios doesn't see the black line. It's only seen on Android.

// "react-native": "0.63.2" // "react-native-draggable": "^3.3.0",

<Draggable x={(item.initX)} y={(item.initY)} renderText={''} renderSize={36} isCircle imageSource={item.selectItem.img}/>

스크린샷 2020-09-16 오후 4 17 54

KimJeonghun91 avatar Sep 16 '20 07:09 KimJeonghun91