@one-am/react-native-simple-image-slider 0.11.4 → 0.11.6
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 +10 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@one-am/react-native-simple-image-slider",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.6",
|
|
4
4
|
"description": "A simple and performant image slider made with FlashList. Includes a full screen gallery component with gesture support.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -103,16 +103,15 @@
|
|
|
103
103
|
"peerDependencies": {
|
|
104
104
|
"@babel/core": ">= 7.24.1",
|
|
105
105
|
"@babel/runtime": ">= 7.24.1",
|
|
106
|
-
"expo-haptics": ">= 12
|
|
107
|
-
"expo-image": ">= 1
|
|
108
|
-
"expo-status-bar": ">= 1
|
|
109
|
-
"react": ">= 18
|
|
110
|
-
"react-
|
|
111
|
-
"react-native": ">=
|
|
112
|
-
"react-native-
|
|
113
|
-
"react-native-
|
|
114
|
-
"react-native-
|
|
115
|
-
"react-native-svg": ">= 15.1.0",
|
|
106
|
+
"expo-haptics": ">= 12",
|
|
107
|
+
"expo-image": ">= 1",
|
|
108
|
+
"expo-status-bar": ">= 1",
|
|
109
|
+
"react": ">= 18",
|
|
110
|
+
"react-native": ">= 0.73",
|
|
111
|
+
"react-native-gesture-handler": ">= 2",
|
|
112
|
+
"react-native-reanimated": ">= 3",
|
|
113
|
+
"react-native-safe-area-context": ">= 4",
|
|
114
|
+
"react-native-svg": ">= 14",
|
|
116
115
|
"styled-components": ">= 6.1.8"
|
|
117
116
|
},
|
|
118
117
|
"workspaces": [
|