Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ jobs:
java-version: '17'
cache: 'gradle'

- name: Install Maestro CLI
run: |
export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
brew tap facebook/fb
brew install facebook/fb/idb-companion

- name: Add Maestro to path
run: echo "${HOME}/.maestro/bin" >> $GITHUB_PATH

- name: Bundle app
run: bun run build:android
working-directory: example
Expand Down Expand Up @@ -73,22 +64,3 @@ jobs:
disable-animations: false
script: |
bun example:android:release
bun test:e2e:android

- name: Upload report
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: E2E Report
path: |
${{ github.workspace }}/*.mp4
${{ github.workspace }}/*.png
${{ github.workspace }}/report*.xml
~/.maestro/tests/**/*

- name: Store tests result
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: e2e_android_report
path: |
report.xml
13 changes: 0 additions & 13 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,6 @@ jobs:
run: bun pods
working-directory: example

- name: Install Maestro CLI
run: |
export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
brew tap facebook/fb
brew install facebook/fb/idb-companion

- name: Add Maestro to path
run: echo "${HOME}/.maestro/bin" >> $GITHUB_PATH

- name: Build iOS App
run: |
bun example:ios:release

- name: Run tests
run: |
bun test:e2e:ios
21 changes: 0 additions & 21 deletions android/src/main/java/com/reactnativepagerview/Helper.kt

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ PODS:
- React-jsiexecutor
- React-RCTFBReactNativeSpec
- ReactCommon/turbomodule/core
- react-native-pager-view (6.7.1):
- react-native-pager-view (6.8.1):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2321,7 +2321,7 @@ SPEC CHECKSUMS:
React-logger: 8edfcedc100544791cd82692ca5a574240a16219
React-Mapbuffer: c3f4b608e4a59dd2f6a416ef4d47a14400194468
React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6
react-native-pager-view: f238ed7fb53458bd03366944a33686f067c83e9a
react-native-pager-view: 919534782a0489f7e2aeeb9a8b8959edfd3f067a
react-native-safe-area-context: 562163222d999b79a51577eda2ea8ad2c32b4d06
React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e
React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c
Expand Down
3 changes: 0 additions & 3 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ export function Navigation() {
name="PagerView Example"
component={App}
options={{
title: global?.nativeFabricUIManager
? 'PagerView Example (Fabric)'
: 'PagerView Example',
headerRight: () => (
<Button
onPress={() =>
Expand Down
28 changes: 0 additions & 28 deletions ios/Fabric/RNCPagerViewComponentView.h

This file was deleted.

11 changes: 0 additions & 11 deletions ios/RCTConvert+UIPageViewControllerNavigationOrientation.h

This file was deleted.

11 changes: 0 additions & 11 deletions ios/RCTConvert+UIPageViewControllerNavigationOrientation.m

This file was deleted.

14 changes: 0 additions & 14 deletions ios/RCTOnPageScrollStateChanged.h

This file was deleted.

Loading
Loading