@one-am/react-native-simple-image-slider 0.11.4 → 0.11.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 -2
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.5",
|
|
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",
|
|
@@ -107,7 +107,6 @@
|
|
|
107
107
|
"expo-image": ">= 1.10.6",
|
|
108
108
|
"expo-status-bar": ">= 1.11.1",
|
|
109
109
|
"react": ">= 18.2.0",
|
|
110
|
-
"react-dom": ">= 18.2.0",
|
|
111
110
|
"react-native": ">= 0.73.6",
|
|
112
111
|
"react-native-gesture-handler": ">= 2.15.0",
|
|
113
112
|
"react-native-reanimated": ">= 3.3.0",
|