Jamon Holmgren
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
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...
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...
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...
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...
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....
@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....
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...
[`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...
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...