An app That translates English text when typed into the app into Morse code, showing the dot and dash version of the encoded English, also known as the dit and dah, in a separate area. It preserves a historical list of prior runs, showing both the input English and the output Morse code.
Yes, it makes perfect sense! To achieve this, we will need to use the `Audio` API from the `expo-av` package to play the sounds. We will add a button to play the translated Morse code and implement th...