-
MVVM pattern.
Test driven development.
PagerView two ListFragment.
Espresso android testing.
-
## Environment
- Using Expo Router V2
- Using React Navigation Material Top Tabs
## Description
I have a vertical view pager nested inside of a material top tab screen. The vertical view pag…
-
## Environment
iOS
## Description
I have some fairly simple code that populates pages and then navigates to one of them. For some reason, if I am generating more than 20/30 pages on iOS, the …
-
There might be an issue inside the pagerview. Please checkout the below link:
https://github.com/facebook/react-native/issues/42732
-
http://boyaaidedoc.oa.com/book/UI%E7%B3%BB%E7%BB%9F/pagerview.html
cooee updated
5 years ago
-
### Current behavior
Whenever the tab is changed by swiping during an ongoing animation, TabView stops responding to index changes altogether. Steps to reproduce (can be reproduced in the example S…
-
## Environment
"react-native": "0.71.8"
"react-native-pager-view": "^7.0.0-rc.0"
"react-native-gesture-handler": "^2.10.1"
## Description
I've add PagerView inside of a horizontal ScrollVie…
-
## Environment
"react-native": "0.71.6",
"react-native-pager-view": "6.2.0",
"react-native-tab-view": "^3.5.1",
## Description
I was trying to render `TabView` of react-native-tab-view insi…
-
## Environment
Expo SDK 48, React Navigation & PagerView (latests versions)
## Description
So I have a PagerView with multiple images that you can swipe through like a gallery post, and I a…
-
I've created a PagerView with an onPageSelected callback:
```
const [index, setIndex] = useState(0);
```
```
First page
…