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

Cleanup #10

Closed softwarebyze closed 10 months ago

softwarebyze commented 10 months ago

This project is meant to be (or at least start off) as absolutely simple as possible. It currently has a sign in page, welcome page, and a bunch of demo screens. I want it to start up on the MarqueeInput screen where you can enter the text for the marquee as soon as u open the app, and I want the other screen to be the Marquee screen. So only 2 screens total.

Todo:

How to remove a screen:

  1. Delete component from app/screens
  2. Remove export from app/screens/index.tsx
  3. Remove screen from linking config in app/app.tsx
  4. Remove translations for screen in each file in app/i18n/*
  5. Remove screen from navigators in app/navigators/* (for this one, it is just AppNavigator.tsx)
    • update type for appropriate ParamList (for this one, it is AppStackParamList)
    • fix initial route name if necessary (for this one, it is necessary)
  6. Update specific navigator (for this, it is AppStack)
  7. Update tests that use the screen