-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from harsh25jai/0.0.1
Merging 0.0.7
- Loading branch information
Showing
4 changed files
with
29 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-native-advance-image", | ||
"version": "0.0.5", | ||
"version": "0.0.7", | ||
"description": "An Advanced Image component supporting multiple props and methods to show image on react native application in a better way.", | ||
"main": "index.tsx", | ||
"scripts": { | ||
|
@@ -12,7 +12,12 @@ | |
"background image", | ||
"react-native", | ||
"react", | ||
"react-component" | ||
"react-component", | ||
"image loader", | ||
"react-native-advance-image", | ||
"custom loader", | ||
"image loader", | ||
"react native image" | ||
], | ||
"author": "Harsh Jaiswal <[email protected]> (https://github.com/harsh25jai)", | ||
"license": "MIT", | ||
|
@@ -21,15 +26,11 @@ | |
"url": "https://github.com/harsh25jai/react-native-advance-image" | ||
}, | ||
"dependencies": { | ||
"@react-native-community/masked-view": "^0.1.11", | ||
"react": "^17.0.1", | ||
"react-native": "^0.64.2", | ||
"react-native-skeleton-placeholder": "^4.0.0" | ||
"react-native": "^0.64.2" | ||
}, | ||
"peerDependencies": { | ||
"@react-native-community/masked-view": ">=0.1.11", | ||
"react": ">=16.0.1", | ||
"react-native": ">=0.60.0", | ||
"react-native-skeleton-placeholder": ">=4.0.0" | ||
"react-native": ">=0.60.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters