INNER CODE UNIT · JavaScript
style
tomzaku/react-native-shimmer-placeholder · lib/ShimmerPlaceholder.js:117
style={{ flex: 1, width: width * shimmerWidthPercent }}
start={{
x: -1,
y: 0.5,
}}
end={{
x: 2,
y: 0.5,
}}
locations={location}
/>
</Animated.View>
</View>
)}
</View>
);
};