Justin Rohweller

Results 5 comments of Justin Rohweller

For me with .ttf files I think I had the same issue, but it worked when I changed to: `import * as Fonts from "../../assets/fonts/";` Hope this helps someone.

Hi Olivier, I am doing the exact same thing, and have gotten it to work using the manuallyActivateRows prop. Not sure if it is possible to sort and swipe yet...

Not sure if this is a solution or not as I've only seen one crash. But I added this to FrameProcessorRuntimeManager.kt `if (enableFrameProcessors && context.catalystInstance.jsCallInvokerHolder != null) {` instead of...

@pke Correct, my fix just works if you're not using frame processors. And yea using patch-package likely would have been the wise thing to do.

For me what worked was installing this PR: https://github.com/computerjazz/react-native-draggable-flatlist/pull/551, Doing this comment: https://github.com/computerjazz/react-native-draggable-flatlist/issues/561#issuecomment-2545878644, And applied this patch: https://github.com/computerjazz/react-native-draggable-flatlist/issues/561#issuecomment-2511831441 Maybe one or all of those did the trick.