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