Jamon Holmgren

Results 77 issues of Jamon Holmgren

This will be the draft PR for Ignite v8, code-named Maverick. Milestone (more info here): https://github.com/infinitered/ignite/milestone/19

in progress
docs
enhancement
dependencies
design
expo
maverick

I’ve been rethinking the whole “Ignite CLI runs without asking any questions” thing we have going on. There are some benefits to it, but there’s also some benefit of asking...

maverick

Related: #1960 I'd like to unify the Ignite boilerplate so it can run with Expo Go _and_ vanilla with the same boilerplate. This has the following benefits: * No need...

enhancement
expo
maverick

This is an experimental PR, demoing Ignite using @rnx-kit/metro-serializer-esbuild. Main benefits: * Tree shaking (smaller JS bundles) * Faster compilation (maybe?) More info is here: https://github.com/microsoft/rnx-kit/issues/1743 This is not ready...

on hold

I'd like to add a monorepo setup guide to Ignite's docs. It's a common request these days, and is not a straightforward process (took us a week recently on one...

docs
cookbook :cook:

I'd like to upgrade Ignite CLI to use expo-cli version 5.x, but I ran into an issue with Expo and using a local template. This is to track that issue....

bug
dependencies
expo
maverick

@mazenchami and I ran into a problem with strict TypeScript where using withRootStore on substores will result in the error: ``` Type 'RootStore' recursively references itself as a base type....

enhancement
good first issue

With [Expo Prebuild](https://docs.expo.dev/workflow/expo-cli/#expo-prebuild), you can now run your app as Expo *and* from the RN CLI. Right now, we use different CLI depending on whether you pass in `--expo` or...

discussion
enhancement
expo

[`npx license-checker`](https://www.npmjs.com/package/license-checker) can output any changes to licenses that are contained in dependencies. This is particularly useful for agencies (like Infinite Red) who do work for clients who have a...

enhancement

Crash reporting is one of the first things we add to new Ignite projects. It would be great to have a defined place to add this. My current idea is...