Skip to content

Commit 1e2a88a

Browse files
committed
Bump to 0.4.0
1 parent fe7ce57 commit 1e2a88a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-scrollable-tab-view",
3-
"version": "0.3.8",
3+
"version": "0.4.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -23,5 +23,8 @@
2323
"bugs": {
2424
"url": "https://github.com/brentvatne/react-native-scrollable-tab-view/issues"
2525
},
26+
"peerDependencies": {
27+
"react-native": ">=0.20.0"
28+
},
2629
"homepage": "https://github.com/brentvatne/react-native-scrollable-tab-view#readme"
2730
}

0 commit comments

Comments
 (0)