@one-am/react-native-simple-image-slider 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # react-native-simple-image-slider
2
+ [![NPM Version](https://img.shields.io/npm/v/@one-am/react-native-simple-image-slider.svg?style=flat)](https://www.npmjs.com/package/@one-am/react-native-simple-image-slider)
3
+ [![NPM License](https://img.shields.io/npm/l/@one-am/react-native-simple-image-slider.svg?style=flat)](LICENSE)
4
+ [![NPM Downloads](https://img.shields.io/npm/dt/@one-am/react-native-simple-image-slider.svg?style=flat)](https://www.npmjs.com/package/@one-am/react-native-simple-image-slider)
2
5
 
3
6
  A simple and performant image slider made with [`@shopify/flash-list`](https://github.com/Shopify/flash-list)
4
7
  and [expo-image](https://docs.expo.dev/versions/latest/sdk/image/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-am/react-native-simple-image-slider",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
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",
@@ -98,19 +98,19 @@
98
98
  "styled-components": "^6"
99
99
  },
100
100
  "peerDependencies": {
101
- "@babel/core": "^7.24.0",
102
- "@babel/runtime": "^7.24.0",
101
+ "@babel/core": "*",
102
+ "@babel/runtime": "*",
103
103
  "expo-haptics": "*",
104
104
  "expo-image": "*",
105
105
  "expo-status-bar": "*",
106
106
  "react": "*",
107
107
  "react-dom": "*",
108
108
  "react-native": "*",
109
- "react-native-gesture-handler": "^2.15.0",
110
- "react-native-reanimated": "~3.6.2",
109
+ "react-native-gesture-handler": "*",
110
+ "react-native-reanimated": "*",
111
111
  "react-native-safe-area-context": "*",
112
112
  "react-native-svg": "*",
113
- "styled-components": "^6.1.8"
113
+ "styled-components": "*"
114
114
  },
115
115
  "workspaces": [
116
116
  "example"