We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dc22a commit b09fb81Copy full SHA for b09fb81
.changeset/lucky-tools-fly.md
@@ -0,0 +1,5 @@
1
+---
2
+'react-native-reanimated-carousel': patch
3
4
+
5
+chore: only push the lib to npm.
package.json
@@ -7,18 +7,7 @@
7
"types": "lib/typescript/index.d.ts",
8
"source": "src/index",
9
"files": [
10
- "src",
11
- "lib",
12
- "android",
13
- "ios",
14
- "cpp",
15
- "react-native-reanimated-carousel.podspec",
16
- "!lib/typescript/example",
17
- "!android/build",
18
- "!ios/build",
19
- "!**/__tests__",
20
- "!**/__fixtures__",
21
- "!**/__mocks__"
+ "lib"
22
],
23
"scripts": {
24
"gif": "node scripts/makegif.js ./scripts/gif-works-directory",
0 commit comments