Saadi

Results 15 comments of Saadi

> > > Thanks @saadi-ninjasCode for the detailed issue. Could you please help me in some detailed step in how to replicate the issue? > > > > > >...

@Abbondanzo Facing this issue in 0.71.1 & 0.71.2 **Devices** - Google Pixel 4A (Android 13) - Xiaomi note 10 lite (Android 12)

> I encountered the same problem. Replacing the padding with `contentInset` _only_ for iOS and creating a custom RefreshControl with `progressViewOffset` _only_ for android worked on a standard FlatList. >...

@25khattab , @mateusz1913 , @dkahdwk , I faced the same issue. Actually, this is not a bug. You have to tweak the values . In my case, I set the...

@asafkorem , I am using the below code `beforeAll(async () => { await device.launchApp({ permissions: { notifications: 'YES' } }); });` However, I faced an issue that my Simulator locked...