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 53648c7 commit 619ae7fCopy full SHA for 619ae7f
package.json
@@ -20,10 +20,10 @@
20
"files": [
21
"src",
22
"lib",
23
- "android",
24
- "ios",
25
- "cpp",
26
- "*.podspec",
+ "!android",
+ "!ios",
+ "!cpp",
+ "!*.podspec",
27
"react-native.config.js",
28
"!ios/build",
29
"!android/build",
@@ -90,7 +90,7 @@
90
"peerDependencies": {
91
"react": "*",
92
"react-native": "*",
93
- "react-native-reanimated": ">=4.0.0"
+ "react-native-reanimated": "*"
94
},
95
"workspaces": [
96
"example"
0 commit comments