rn-swipe-button
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "rn-swipe-button", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "react native swipe button component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -158,3 +158,3 @@ import React from 'react'; | ||
return ( | ||
<View style={[styles.icon, ...dynamicStyles]}> | ||
<View style={[styles.icon, {...dynamicStyles}]}> | ||
<Image resizeMethod="resize" source={thumbIconImageSource} /> | ||
@@ -161,0 +161,0 @@ </View> |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
614865
17
5