diff --git a/README.md b/README.md index 701e6a84..de1d2a5a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +### ⚠️ This is a fork of https://github.com/DylanVann/react-native-fast-image. All credit goes to the original author.

🚩 FastImage

@@ -20,14 +21,14 @@ Performant React Native image component.

@@ -269,10 +270,10 @@ Thanks to [@mobinni](https://github.com/mobinni) for helping with the conceptual - SDWebImage - `MIT` - Glide - BSD, part MIT and Apache 2.0. See the [LICENSE](https://github.com/bumptech/glide/blob/master/license) file for details. -[build-badge]: https://github.com/dream11/react-native-fast-image/workflows/CI/badge.svg -[build]: https://github.com/dream11/react-native-fast-image/actions?query=workflow%3ACI -[coverage-badge]: https://img.shields.io/codecov/c/github/dream11/react-native-fast-image.svg -[coverage]: https://codecov.io/github/dream11/react-native-fast-image +[build-badge]: https://github.com/dream-sports-labs/react-native-fast-image/workflows/CI/badge.svg +[build]: https://github.com/dream-sports-labs/react-native-fast-image/actions?query=workflow%3ACI +[coverage-badge]: https://img.shields.io/codecov/c/github/dream-sports-labs/react-native-fast-image.svg +[coverage]: https://codecov.io/github/dream-sports-labs/react-native-fast-image [downloads-badge]: https://img.shields.io/npm/dm/react-native-fast-image.svg [npmtrends]: http://www.npmtrends.com/@d11/react-native-fast-image [package]: https://www.npmjs.com/package/@d11/react-native-fast-image @@ -280,6 +281,6 @@ Thanks to [@mobinni](https://github.com/mobinni) for helping with the conceptual [twitter]: https://twitter.com/home?status=Check%20out%20react-native-fast-image%20by%20%40atomarranger%20https%3A//github.com/DylanVann/react-native-fast-image [twitter-badge]: https://img.shields.io/twitter/url/https/github.com/dylanvann/react-native-fast-image.svg?style=social [github-watch-badge]: https://img.shields.io/github/watchers/dylanvann/react-native-fast-image.svg?style=social -[github-watch]: https://github.com/dylanvann/react-native-fast-image/watchers +[github-watch]: https://github.com/dream-sports-labs/react-native-fast-image/watchers [github-star-badge]: https://img.shields.io/github/stars/dylanvann/react-native-fast-image.svg?style=social -[github-star]: https://github.com/dream11/react-native-fast-image/stargazers +[github-star]: https://github.com/dream-sports-labs/react-native-fast-image/stargazers diff --git a/package.json b/package.json index 54450eb3..ec849f70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@d11/react-native-fast-image", - "version": "8.6.7", + "version": "8.6.8", "description": "🚩 FastImage, performant React Native image component.", "keywords": [ "cache", @@ -9,13 +9,13 @@ "image", "priority" ], - "homepage": "https://github.com/dream11/react-native-fast-image#readme", + "homepage": "https://github.com/dream-sports-labs/react-native-fast-image#readme", "bugs": { - "url": "https://github.com/dream11/react-native-fast-image/issues" + "url": "https://github.com/dream-sports-labs/react-native-fast-image/issues" }, "repository": { "type": "git", - "url": "https://github.com/dream11/react-native-fast-image.git" + "url": "https://github.com/dream-sports-labs/react-native-fast-image.git" }, "license": "(MIT AND Apache-2.0)", "author": "Deepanshu shukla (https://dream11.com)",