You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,11 @@ This component allows the user to swipe left and right through pages of data. Un
24
24
25
25
<br/>
26
26
27
-
## Versions
28
-
29
-
| 4.x | 5.x and above |
30
-
| ---------- | ------------- |
31
-
| iOS | iOS support |
32
-
| ViewPager1 | ViewPager2 |
33
-
34
27
## Migration
35
28
29
+
> [!WARNING]
30
+
> From version **7.x** only new architecture is supported.
31
+
36
32
In version **6.x** support for `transitionStyle` property has been dropped. More information [here](https://github.com/callstack/react-native-pager-view/blob/master/MIGRATION.md).
37
33
38
34
`"@react-native-community/viewpager"` library has been changed to `react-native-pager-view`. Here you can find more information, how to migrate pager view to the latest [version](https://github.com/callstack/react-native-pager-view/blob/master/MIGRATION.md)
0 commit comments