react-native-reanimated-carousel 2.3.1 → 2.3.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -157,6 +157,14 @@ yarn web
157
157
  yarn web:pretty
158
158
  ```
159
159
 
160
+ ## Sponsors
161
+
162
+ <p align="center">
163
+ <a href="./sponsorkit/sponsors.svg">
164
+ <img src='./sponsorkit/sponsors.svg'/>
165
+ </a>
166
+ </p>
167
+
160
168
  ## License
161
169
 
162
170
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-reanimated-carousel",
3
- "version": "2.3.1",
3
+ "version": "2.3.2-beta.0",
4
4
  "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
5
5
  "main": "lib/commonjs/index",
6
6
  "types": "lib/typescript/index.d.ts",
@@ -80,6 +80,7 @@
80
80
  "react-native-gesture-handler": "^1.10.3",
81
81
  "react-native-reanimated": "^2.2.0",
82
82
  "release-it": "^14.2.2",
83
+ "sponsorkit": "^0.1.3",
83
84
  "typescript": "^4.0.8"
84
85
  },
85
86
  "peerDependencies": {