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 b53a2e8 commit 22ab617Copy full SHA for 22ab617
README.md
@@ -11,10 +11,10 @@ This component allows the user to swipe left and right through pages of data. Un
11
12
## Versions
13
14
-| 1.x | 2.x |
15
-| ---------------- | ------------- |
16
-| | iOS support |
17
-| Android support | Android support |
+| 1.x | 2.x | 3.x
+| ---------------- | ------------- | ------------- |
+| | iOS support | iOS support |
+| Android support | Android support | AndroidX support |
18
19
## Getting started
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-native-community/viewpager",
3
- "version": "2.0.2",
+ "version": "3.0.0",
4
"description": "React Native ViewPager native view",
5
"main": "js/index.js",
6
"types": "typings/index.d.ts",
0 commit comments