Ignite based customized version of rn-diff-purge, all credit should go to the authors of that great tool!
For Ignite with Expo please click HERE
This repository exposes an untouched Ignite based app generated with the ignite-cli
npx ignite-cli new IgniteDiffApp
. Each new Ignite release causes a new project to be created, removing the old one, and getting a diff between them. This way, the diff is always clean, always in sync with the changes of the init template.
- The 8.0 aka Maverick release is a big overhaul of the boilerplate, more than 300+ files are updated/added/removed, please refer to this blog post for more information
- The 7.8.0 ... 7.9.0 release diffs were created without react-native-colo-loco since there seems to be a git/installation issue when creating an Ignite app within a git repo with react-native-colo-loco (for example a mono repo)
- The diffs start with the latest version of ignite-bowser, 5.4.1 all versions after this version is based on the updated ignite-cli which has an integrated boilerplate
- For Ignite Bowser diffs please click HERE
To see the full table containing all releases click HERE
I used the great rn-diff-purge tool with some minor tweaks. All credit to the creator(s) and maintainers of rn-diff-purge