Skip to content

Commit ea13630

Browse files
committed
updated package
1 parent 98172c8 commit ea13630

File tree

4 files changed

+4
-184
lines changed

4 files changed

+4
-184
lines changed

example/src/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const ImageBlurShadow = (props) => {
3232
<Image
3333
source={require('./assets/blur.png')}
3434
resizeMethod='auto'
35-
3635
tintColor={props.shadowBackgroundColor}
3736
style={{
3837
width: '100%',
@@ -64,8 +63,8 @@ const ImageBlurShadow = (props) => {
6463
ImageBlurShadow.defaultProps = {
6564
imageWidth: 200,
6665
imageHeight: 200,
67-
shadowBlurRadius: 38,
68-
shadowOffset: 52,
66+
shadowBlurRadius: 18,
67+
shadowOffset: 44,
6968
shadowBackgroundColor: '#ffffff'
7069
}
7170

example/src/utils/FadedView/index.js

Lines changed: 0 additions & 165 deletions
This file was deleted.

example/src/utils/helper/hexToRgb.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ const ImageBlurShadow = (props) => {
6262
ImageBlurShadow.defaultProps = {
6363
imageWidth: 200,
6464
imageHeight: 200,
65-
shadowBlurRadius: 38,
66-
shadowOffset: 52,
65+
shadowBlurRadius: 18,
66+
shadowOffset: 44,
6767
shadowBackgroundColor: '#ffffff'
6868
}
6969

0 commit comments

Comments
 (0)