Skip to content

Commit 76aec59

Browse files
authored
feat: remove legacy architecture support (#1013)
* feat: remove legacy architecture support * remove maestro
1 parent 8cf5500 commit 76aec59

30 files changed

+35
-1247
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ jobs:
3737
java-version: '17'
3838
cache: 'gradle'
3939

40-
- name: Install Maestro CLI
41-
run: |
42-
export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
43-
brew tap facebook/fb
44-
brew install facebook/fb/idb-companion
45-
46-
- name: Add Maestro to path
47-
run: echo "${HOME}/.maestro/bin" >> $GITHUB_PATH
48-
4940
- name: Bundle app
5041
run: bun run build:android
5142
working-directory: example
@@ -73,22 +64,3 @@ jobs:
7364
disable-animations: false
7465
script: |
7566
bun example:android:release
76-
bun test:e2e:android
77-
78-
- name: Upload report
79-
if: always()
80-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
81-
with:
82-
name: E2E Report
83-
path: |
84-
${{ github.workspace }}/*.mp4
85-
${{ github.workspace }}/*.png
86-
${{ github.workspace }}/report*.xml
87-
~/.maestro/tests/**/*
88-
89-
- name: Store tests result
90-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
91-
with:
92-
name: e2e_android_report
93-
path: |
94-
report.xml

.github/workflows/ios.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,6 @@ jobs:
4949
run: bun pods
5050
working-directory: example
5151

52-
- name: Install Maestro CLI
53-
run: |
54-
export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
55-
brew tap facebook/fb
56-
brew install facebook/fb/idb-companion
57-
58-
- name: Add Maestro to path
59-
run: echo "${HOME}/.maestro/bin" >> $GITHUB_PATH
60-
6152
- name: Build iOS App
6253
run: |
6354
bun example:ios:release
64-
65-
- name: Run tests
66-
run: |
67-
bun test:e2e:ios

android/src/main/java/com/reactnativepagerview/Helper.kt

Lines changed: 0 additions & 21 deletions
This file was deleted.

android/src/paper/java/com/reactnativepagerview/PagerViewViewManager.kt

Lines changed: 0 additions & 172 deletions
This file was deleted.

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ PODS:
13321332
- React-jsiexecutor
13331333
- React-RCTFBReactNativeSpec
13341334
- ReactCommon/turbomodule/core
1335-
- react-native-pager-view (6.7.1):
1335+
- react-native-pager-view (6.8.1):
13361336
- DoubleConversion
13371337
- glog
13381338
- hermes-engine
@@ -2321,7 +2321,7 @@ SPEC CHECKSUMS:
23212321
React-logger: 8edfcedc100544791cd82692ca5a574240a16219
23222322
React-Mapbuffer: c3f4b608e4a59dd2f6a416ef4d47a14400194468
23232323
React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6
2324-
react-native-pager-view: f238ed7fb53458bd03366944a33686f067c83e9a
2324+
react-native-pager-view: 919534782a0489f7e2aeeb9a8b8959edfd3f067a
23252325
react-native-safe-area-context: 562163222d999b79a51577eda2ea8ad2c32b4d06
23262326
React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e
23272327
React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c

example/src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ export function Navigation() {
107107
name="PagerView Example"
108108
component={App}
109109
options={{
110-
title: global?.nativeFabricUIManager
111-
? 'PagerView Example (Fabric)'
112-
: 'PagerView Example',
113110
headerRight: () => (
114111
<Button
115112
onPress={() =>

ios/Fabric/RNCPagerViewComponentView.h

Lines changed: 0 additions & 28 deletions
This file was deleted.

ios/RCTConvert+UIPageViewControllerNavigationOrientation.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

ios/RCTConvert+UIPageViewControllerNavigationOrientation.m

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)