Skip to content

Commit

Permalink
chore: release 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrannp committed Oct 4, 2019
1 parent aac3e14 commit 1a922bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*Note: This module has been extracted from `react-native` as a part of the
[Lean Core](https://github.com/facebook/react-native/issues/23313) effort.*

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)
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)

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/viewpager",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"description": "React Native ViewPager native view",
"main": "js/index.js",
"types": "typings/index.d.ts",
Expand Down

0 comments on commit 1a922bf

Please sign in to comment.