Martin Bielik

Results 13 comments of Martin Bielik

Tested with [email protected] and it works as expected. Closing due to inactivity

I am facing a similar issue on iOS 16.7.1. My setup is slightly more complicated, I control orientation manually with `expo-screen-orientation` package. This became issue once I introduced nested Tab...

I was able to work around with setTimeout as @ngima mentioned above: ```jsx import { useEffect, useState } from 'react'; import { RefreshControlProps, RefreshControl as RefreshControlRN, } from 'react-native'; export...