We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7ce57 commit 1e2a88aCopy full SHA for 1e2a88a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-scrollable-tab-view",
3
- "version": "0.3.8",
+ "version": "0.4.0",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
@@ -23,5 +23,8 @@
23
"bugs": {
24
"url": "https://github.com/brentvatne/react-native-scrollable-tab-view/issues"
25
},
26
+ "peerDependencies": {
27
+ "react-native": ">=0.20.0"
28
+ },
29
"homepage": "https://github.com/brentvatne/react-native-scrollable-tab-view#readme"
30
}
0 commit comments