react-native-reanimated-carousel 4.0.0-alpha.4 → 4.0.0-alpha.5
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.
- package/package.json +1 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-reanimated-carousel",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.5",
|
|
4
4
|
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -20,17 +20,7 @@
|
|
|
20
20
|
"lint:fix": "eslint 'src/**/*.{js,ts,tsx}' --fix",
|
|
21
21
|
"dev": "watch 'yarn prepare' ./src",
|
|
22
22
|
"prepare": "bob build",
|
|
23
|
-
"ios": "yarn --cwd exampleExpo ios",
|
|
24
|
-
"ios:pretty": "yarn --cwd exampleExpo ios:pretty",
|
|
25
|
-
"web": "yarn --cwd exampleExpo web",
|
|
26
|
-
"web:pretty": "yarn --cwd exampleExpo web:pretty",
|
|
27
|
-
"android": "yarn --cwd exampleExpo android",
|
|
28
|
-
"android:pretty": "yarn --cwd exampleExpo android:pretty",
|
|
29
|
-
"pods": "cd exampleExpo && pod-install --quiet",
|
|
30
|
-
"bootstrap": "yarn && yarn pods",
|
|
31
|
-
"deploy": "cd exampleExpo && yarn deploy",
|
|
32
23
|
"clean": "del-cli lib",
|
|
33
|
-
"postinstall": "yarn clean && yarn prepare",
|
|
34
24
|
"version": "changeset version"
|
|
35
25
|
},
|
|
36
26
|
"keywords": [
|