Jesse Sessler

Results 24 comments of Jesse Sessler

@artald Just wondering if there's any update on this? Also may have some more context for you: RN 0.48.3 ``` // RCTCustomInputController.m RCT_EXPORT_METHOD(presentCustomInputComponent:(nonnull NSNumber*)inputFieldTag params:(nonnull NSDictionary*)params) { ... if ([inputField...

Hey guys have you tried some of the performance improvements listed here: https://reactnative.dev/docs/optimizing-flatlist-configuration I think the rendering issue @afilp mentioned could be fixed by some of those @tomasmozeris My first...

Thanks @tomasmozeris that's helpful

99% of the time issues like this are related to improper use of `key`s or `keyExtractor`. Please double check that you're implementing one of those correctly with unique keys, thanks!

@rashawa did you try the prop `recalculateHiddenLayout={true}`?

Hey @m-ruhl, there are a lot of reported problems with interoperability between this library and react-navigation. Because of all the swipe gestures to navigate their library will often become the...

Hey @hengkx what is the issue? Any chance you could submit a PR to fix? Thanks!

Hey @Krunal-K-SimformSolutions I don't understand this question? Maybe some pseudo code or a visual example might help?

Hey guys, this would require a pretty significant rewrite of the library which I just don't have the bandwidth to do at the moment, sorry! Maybe one day..

Hey @krupalikevadiya do you have some example code you could share? I'm not exactly sure how to go about looking at this problem