Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 4f51be9

Browse files
committed
chore: release 2.0.0
1 parent b6e0ff5 commit 4f51be9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A cross-platform Tab View component for React Native.
2727
Open a Terminal in the project root and run:
2828

2929
```sh
30-
yarn add react-native-tab-view@alpha
30+
yarn add react-native-tab-view
3131
```
3232

3333
If you are using Expo, you are done. Otherwise, continue to the next step.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-tab-view",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.1",
44
"description": "Tab view component for React Native",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)