Skip to content

Commit f594bb3

Browse files
committed
chore: updated links and license
1 parent 807690d commit f594bb3

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2025 Q1w1N
3+
Copyright (c) 2025 Callstack
4+
45
Permission is hereby granted, free of charge, to any person obtaining a copy
56
of this software and associated documentation files (the "Software"), to deal
67
in the Software without restriction, including without limitation the rights

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# react-native-fast-shimmer
2-
3-
Shimmer skeleton for loading placeholders
4-
5-
## Installation
1+
## Getting Started
62

73
```sh
84
npm install react-native-fast-shimmer
@@ -38,3 +34,7 @@ MIT
3834
---
3935

4036
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
37+
38+
## Made with ❤️ at Callstack
39+
40+
react-native-fast-shimmer is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack][callstack-readme-with-love] is a group of React and React Native geeks, contact us at [[email protected]](mailto:[email protected]) if you need any help with these or just want to say hi!

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
],
4848
"repository": {
4949
"type": "git",
50-
"url": "git+https://github.com/Q1w1N/react-native-shimmer-skeleton.git"
50+
"url": "git+https://github.com/callstack/react-native-fast-shimmer.git"
5151
},
5252
"author": "Q1w1N <[email protected]> (https://github.com/Q1w1N)",
5353
"license": "MIT",
5454
"bugs": {
55-
"url": "https://github.com/Q1w1N/react-native-shimmer-skeleton/issues"
55+
"url": "https://github.com/callstack/react-native-fast-shimmer/issues"
5656
},
57-
"homepage": "https://github.com/Q1w1N/react-native-shimmer-skeleton#readme",
57+
"homepage": "https://github.com/callstack/react-native-fast-shimmer#readme",
5858
"publishConfig": {
5959
"registry": "https://registry.npmjs.org/"
6060
},

0 commit comments

Comments
 (0)