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
-32Lines changed: 0 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,6 @@ This component allows the user to swipe left and right through pages of data. Un
24
24
| iOS | iOS support |
25
25
| ViewPager1 | ViewPager2 |
26
26
27
-
## New architecture support (Fabric)
28
-
29
-
This library supports both architectures (Paper and Fabric). If you would like enable new architecture, please run below command:
30
-
31
-
`yarn add react-native-pager-view@newarch`
32
-
33
27
## Migration
34
28
35
29
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).
@@ -40,32 +34,6 @@ In version **6.x** support for `transitionStyle` property has been dropped. More
40
34
41
35
`yarn add react-native-pager-view`
42
36
43
-
## New architecture setup (Fabric)
44
-
45
-
This library supports new architecture! We have two example folders one for each architecture. If you are using this library in your own project there some extra steps needed.
46
-
47
-
### iOS
48
-
49
-
Install pods with this flag inside `ios` folder:
50
-
51
-
```sh
52
-
RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
53
-
```
54
-
55
-
### Android
56
-
57
-
Set `newArchEnabled` to `true` inside `android/gradle.properties` and then run:
58
-
59
-
```sh
60
-
yarn android
61
-
```
62
-
63
-
If you have issues with running android build you can try to generate codegen before the build using this command:
64
-
65
-
```sh
66
-
cd android && ./gradlew generateCodegenArtifactsFromSchema
0 commit comments