Skip to content

Commit 1a922bf

Browse files
committed
chore: release 2.0.0.
1 parent aac3e14 commit 1a922bf

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
@@ -5,7 +5,7 @@
55
*Note: This module has been extracted from `react-native` as a part of the
66
[Lean Core](https://github.com/facebook/react-native/issues/23313) effort.*
77

8-
This component allows the user to swipe left and right through pages of data. Under the hood it is using the native [Android ViewPager](https://developer.android.com/reference/android/support/v4/view/ViewPager) and the [iOS UIPageViewController](https://developer.apple.com/documentation/uikit/uipageviewcontroller) implementations. [See it in action!](README.md#preview)
8+
This component allows the user to swipe left and right through pages of data. Under the hood it is using the native [Android ViewPager](https://developer.android.com/reference/android/support/v4/view/ViewPager) and the [iOS UIPageViewController](https://developer.apple.com/documentation/uikit/uipageviewcontroller) implementations. [See it in action!](https://github.com/react-native-community/react-native-viewpager#preview)
99

1010
<img src="docs/viewpager-logo.png" alt="ViewPager" width="500" height="500">
1111

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-community/viewpager",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0",
44
"description": "React Native ViewPager native view",
55
"main": "js/index.js",
66
"types": "typings/index.d.ts",

0 commit comments

Comments
 (0)