Skip to content

Commit

Permalink
refactor: change git organisation (#1)
Browse files Browse the repository at this point in the history
* refactor: change git organisation

* fix: version upgrade
  • Loading branch information
deepanshushuklad11 authored Jul 15, 2024
1 parent 5b055eb commit f3c19a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### ⚠️ This is a fork of https://github.com/DylanVann/react-native-fast-image. All credit goes to the original author.
<h1 align="center">
🚩 FastImage
</h1>
Expand All @@ -20,14 +21,14 @@ Performant React Native image component.
<p align="center" >
<kbd>
<img
src="https://github.com/dream11/react-native-fast-image/blob/main/docs/assets/scroll.gif?raw=true"
src="https://github.com/dream-sports-labs/react-native-fast-image/blob/main/docs/assets/scroll.gif?raw=true"
title="Scroll Demo"
float="left"
>
</kbd>
<kbd>
<img
src="https://github.com/dream11/react-native-fast-image/blob/main/docs/assets/priority.gif?raw=true"
src="https://github.com/dream-sports-labs/react-native-fast-image/blob/main/docs/assets/priority.gif?raw=true"
title="Priority Demo"
float="left"
>
Expand Down Expand Up @@ -269,17 +270,17 @@ 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
[version-badge]: https://img.shields.io/npm/v/react-native-fast-image.svg
[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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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 <deepanshu.shukla@dream11.com> (https://dream11.com)",
Expand Down

0 comments on commit f3c19a9

Please sign in to comment.