Skip to content

Commit

Permalink
Adding keywords and snack link
Browse files Browse the repository at this point in the history
  • Loading branch information
csharma committed Jun 30, 2021
1 parent 5520b8b commit 73bcb3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm install --save react-native-advance-image
| resizeMode | enum('cover', 'contain', 'stretch', 'repeat', 'center') | Determines how to resize the image when the frame doesn't match the raw image dimensions. | cover |
| borderRadius | number | Define border Radius for Image | |
| backgroundColor | ColorValue | Define Background Color for Loading Image | |
| loadingType |enum('image', 'indicator', 'none') | Choose Loading type when image will be fetched | indicator |
| loadingType |enum('image', 'indicator', 'none') | Choose a Loading type to be shown when the image will be fetched | indicator |
| loadingIndicatorStyle | Image Style Props |
| loadingImageSource | ImageSource | The image source (either a remote URL or a local file resource) for showing image on Loading. |
| ErrorImageSource | ImageSource | The image source (either a remote URL or a local file resource) for showing image on Error. | |
Expand Down Expand Up @@ -62,15 +62,12 @@ const App = () => {

export default App;
```

[Expo Snack Example](https://snack.expo.io/OylhjVOSVj)
## Peer Dependencies
| Library |
| ------ |
| react |
| react-native
| react-native-skeleton-placeholder |
| prop-types |

| react-native |

## License

Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-advance-image",
"version": "0.0.6",
"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": {
Expand All @@ -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",
Expand Down

0 comments on commit 73bcb3c

Please sign in to comment.