Skip to content

Commit 9c0796a

Browse files
committed
chore: update README
1 parent 9a55282 commit 9c0796a

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

README.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ This component allows the user to swipe left and right through pages of data. Un
2424
| iOS | iOS support |
2525
| ViewPager1 | ViewPager2 |
2626

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-
3327
## Migration
3428

3529
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
4034

4135
`yarn add react-native-pager-view`
4236

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
67-
```
68-
6937
## Linking
7038

7139
### >= 0.60

0 commit comments

Comments
 (0)