Daniel Grychtoł

Results 7 comments of Daniel Grychtoł

In one of our apps, I discovered that the ATT prompt is triggered even when the app is in `inactive` state, that means when you e.g. prompt a user with...

Did any of you guys use the `stickyHeaderIndices` prop on FlatList? I think it might be a reason for my case

In my case what helped was to render the FlatList conditionally and I also changed the way in which I handle the sticky header indices (can't recall now as it...

> For those who are on Mac. > > The issue may appear when you have followed a wrong version of “Getting started” doc during your Mac setup for React...

Taka a look at these, might help: - https://github.com/fastlane/fastlane/issues/20626#issuecomment-1238364705 - https://github.com/fastlane/fastlane/issues/20810#issuecomment-1481639397

Hi, just writing a small FIY for anyone having a similar issue with modals freezing (it was a freeze in my case, not a crash) the app on iOS. In...

Hi, I think there are at least few ways you could go around it :) You could try with e.g. react-router and just exchange the navigate actions with proper alternatives...