Jamon Holmgren

Results 383 comments of Jamon Holmgren

Let's work on Expo / Vanilla unification (#1983), which should solve this issue.

The Hermes Engine will further dramatically reduce package size on Android. I think over time this will improve. We'd love some help reducing app size!

I’ll leave this open and see if I can reproduce the error. Thanks!

Quick tip, @momolafrooo, if you add three backticks and then `tsx` to your code block, it'll syntax highlight the code. Like this: (three backticks)tsx (code here) (three backticks)

@flexbox On-stream I trialled another option. Here's a link to the commit (not fully done, but has the gist of it). So, this works, pretty well actually, but the only...

FYI, looks like the `~/../storybook/*` thing doesn't actually work. Going to have to noodle some more on this.

> **Edit** > Should revisit this before Jamon reads this message during the https://rn.live/ show Too late! 😂

So, the issue is that the component is unmounted, but then it tries to do this restore. https://github.com/infinitered/ignite/blob/a2a075f15358e52b335e42b450295410d888533a/boilerplate/app/navigators/navigation-utilities.tsx#L122 We need to detect that the component has unmounted and prevent trying...