Robin Heinze
Robin Heinze
While debugging #1912, I noticed that any solidarity failures (like incorrect cocoapods version for example) cause Ignite new to fail very vaguely. Steps to reproduce 1. Set cocoapods version to...
Some troubleshooting improvements: - In https://github.com/infinitered/ignite#troubleshooting, mention the need to uninstall global versions of ignite CLI - Link to https://github.com/infinitered/ignite#troubleshooting from the GH issue template - In troubleshooting docs, suggest...
We frequently get questions about how to override various Axios config options in the 3rd parameter. We mention it in the README [here](https://github.com/infinitered/apisauce/blob/master/README.md#calling-the-api), but I think it's easily glossed over....
When running `gatsby build`, it fails with this error: ``` ERROR #11329 Your plugins must export known APIs from their gatsby-node.js. See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs....
Add example Fastfiles for iOS and Android, along with documentation for getting started on CI/CD.
We have a few unmet or incorrect peer dependencies for newly ignited projects, so we should clean those up where we can. ``` warning " > [email protected]" has unmet peer...
We are embracing `camelCase` over `kebab-case` in Maverick, so we should update the files under `services` to be `camelCase`, including: - `api-problem.ts` and `api-problem.test.ts` - `reactotron-client`, `reactotron-client`, `reactotron-config`, `reactotron-fake`
On Android, the full "Ignite" name-based logo is very close to the edges due to the [adaptive icon](https://developer.android.com/develop/ui/views/launch/icon_design_adaptive) cropping, and doesn't really match the style of typical app icons which...
Component, Navigator, Screen templates will all need to be updated to match the patterns we use on Maverick.
Great library! When going through installation, the GIF placement just made it a bit hard to read the docs, so I just moved it above text. Hope that's ok! I...