softwarebyze / MarqueeApp

A simple app that shows large text scrolling across the screen. Made with Expo in React Native using Infinite Red's Ignite Boilerplate v9.2.0
https://marqueeapp.netlify.app/
1 stars 0 forks source link

remove demo code #3

Closed softwarebyze closed 10 months ago

softwarebyze commented 10 months ago

run

npx ignite-cli remove-demo

https://github.com/infinitered/ignite/blob/master/docs/cli/Remove-Demo-Code.md

softwarebyze commented 10 months ago

After I ran npx ignite-cli remove-demo (see diff), I expected demo code to be removed, but I only saw icon image files get deleted. Code in Icon.tsx still referenced these files, so the app wouldn't bundle anymore

image

softwarebyze commented 10 months ago

i'll just leave the demo code and change it myself. this issue was more about trying out ignite's remove-demo command than about actually removing the demo code. I think the command didn't touch the code because it only runs on files containing @demo.

softwarebyze commented 10 months ago

ideally id like to remove a screen just by calling the ignite cli, but since it didnt work as i expected (see above), I made a list of instructions for how to remove a screen in #10