Remi Hindriks

Results 2 issues of Remi Hindriks

I've created a PagerView with an onPageSelected callback: ``` const [index, setIndex] = useState(0); ``` ``` First page Second page ``` ``` const onPageSelected = (event) => { const {position}...

question

## Your Environment * Plugin version: 4.16.3 * Platform: Android (and iOS aswell) * OS version: Android 14 * Device manufacturer / model: Samsung Galaxy S21 5G * React Native...

stale