troZee

Results 132 comments of troZee

@szymonrybczak could you rebase your PR? 🙏

Hey Thank you for reporting an issue. Could you provide a repro and video of that issue ?

https://github.com/callstack/react-native-pager-view/pull/1040#issuecomment-3538503014 ``` diff --git a/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/NestedScrollableHost.kt b/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/NestedScrollableHost.kt index 87b58d0f..e9d0ace1 100644 --- a/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/NestedScrollableHost.kt +++ b/node_modules/react-native-pager-view/android/src/main/java/com/reactnativepagerview/NestedScrollableHost.kt @@ -25,6 +25,7 @@ class NestedScrollableHost : FrameLayout { constructor(context: Context, attrs: AttributeSet?) : super(context, attrs) public...

@k1ng-slayer Thank you for reporting that issue. Does this bug exist on the new or old arch?

Hello @efstathiosntonas `From version 7.x, only the new architecture is supported.` https://github.com/callstack/react-native-pager-view?tab=readme-ov-file#migration

@copilot Could you also apply and test the following patch ``` diff --git a/node_modules/react-native-pager-view/ios/ReactNativePageView.m b/node_modules/react-native-pager-view/ios/ReactNativePageView.m index eacfbe8..c61745f 100644 --- a/node_modules/react-native-pager-view/ios/ReactNativePageView.m +++ b/node_modules/react-native-pager-view/ios/ReactNativePageView.m @@ -44,7 +44,7 @@ - (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher {...

@kazhoang could you resolve the conflicts 🙏 ?

1. Please use the latest version of the Pager 2. Probably codegen did not generate files 3. before yarn please use `git clean -xdf ` 4. please check out our...

Hello This is possible. Please create a Proof of Concept as a draft PR. In case of any questions, please let us know