We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16691fd commit effe125Copy full SHA for effe125
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-swipeable-list",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"description": "A Swipeable FlatList for React-Native with Quick Actions & Animations",
5
"main": "index.js",
6
"scripts": {
@@ -27,8 +27,8 @@
27
},
28
"homepage": "https://github.com/esthor/react-native-swipeable-list#readme",
29
"peerDependencies": {
30
- "react": ">=16.9.0",
31
- "react-native": ">=0.61.0"
+ "react": ">=16.11.0",
+ "react-native": ">=0.61.4"
32
33
"devDependencies": {
34
"metro-react-native-babel-preset": "^0.57.0",
0 commit comments