Skip to content

Commit 3148ec0

Browse files
committed
blurRadius is optional now
1 parent adb71a5 commit 3148ec0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/ProgressiveFastImage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export type CustomFastImageStyleProps =
2727
export interface IProgressiveFastImageProps {
2828
loadingImageComponent?: React.ReactNode;
2929
source: Source;
30-
blurRadius: number;
30+
blurRadius?: number;
3131
errorSource?: Source;
3232
loadingSource?: ImageSourcePropType;
3333
thumbnailSource?: ImageSourcePropType;

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freakycoder/react-native-progressive-fast-image",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Customizable progressive image for React Native with FastImage",
55
"main": "./build/dist/ProgressiveFastImage.js",
66
"repository": "git@github.com:WrathChaos/react-native-progressive-fast-image.git",

0 commit comments

Comments
 (0)