ignite-bowser based customized version of rn-diff-purge, all credit should go to the authors of that great tool!
This repository exposes an untouched Ignite Bowser based app generated with the ignite-cli
npx ignite new IgniteDiffApp -b ignite-bowser --detox
. Each new Ignite Bowser 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.
To see the full table containing all releases click HERE
- When upgrading to Ignite-Bowser >=4.6.0 there are some breaking changes in React Native please read this blog post and the release changelog for more information
- Versions 3.1.0, 3.1.1, 3.1.2 and 3.20 was not created with Detox tests since that broke the build.
I used the great rn-diff-purge tool with some minor tweaks. All credit to the creator(s) and maintainers of rn-diff-purge