-
Using DraggableFlatList causes PagerView to be unable to swipe between pages
https://github.com/user-attachments/assets/d1c08e82-e595-4c17-a13a-aa8bb0ef5a86
MyPageView.tsx
`
import React from …
-
## Environment
node v18.19.1
react v18.2.0
react-native v0.73.4
react-native-pager-view v^6.3.0
## Description
I use PagerView to achieve ViewPager equivalent in Android. Even after I prov…
-
Nested scrollView is not working when I try to show the products inside pagerView as a nested. If I give the height of the pagerView, like 3000, then it scrolls; otherwise, it does not scroll, but oth…
-
在如下的代码中,调用该如何滑动到顶部,辛苦大佬答疑
import { NestedScrollView, NestedScrollViewHeader } from '@sdcx/nested-scroll'
const App = () => {
const handlePress = () => {
//todo 如何滑动到顶部
};
return (
…
-
### 描述 / Description
PagerView 滑动之后 点击其他路由时应用闪退
日志报错 Reason:Signal:SIGFPE(FPE_INTDIV)
![image](https://github.com/user-attachments/assets/7c41df77-636d-4e8a-9c7e-d1248bb79e87)
### 复现步骤 / Steps…
-
## Environment
System:
OS: macOS 13.2.1
CPU: (8) x64 Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
Memory: 16.34 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 16.1…
-
//
// OnboardingViewController.swift
// Motif
//
// Created by Krunal Kathiriya on 26/01/23.
//
import UIKit
import FSPagerView
import Firebase
import FirebaseAuth
struct OnBoarding{
var titl…
-
-
I am trying to display multiple webviews (with vertical scroll in them) using PagerView.
The issue that I am having is that when I scroll the web page in WebView, for some reason PagerView also han…
velsa updated
7 months ago
-
` handlePageSelected(e)}`
HandlePageSelected is always executed every time the page is switched, and passing an index of 0 results in the inability to retain the state of an op…