Build a native mobile app for a youth group that allows members to submit prayer requests to their youth pastor.
Core Features:
1. **Home Screen:**
* A welcoming screen with an encouraging message or bible verse.
* A prominent button labeled "Share a Prayer Request" that navigates to the submission screen.
2. **Prayer Submission Screen:**
* A simple form with two fields:
* A single-line text input for the user's "Name". This field should be required.
* A multi-line text box for the "Prayer Request".
* A "Submit" button to send the information.
3. **Confirmation Screen:**
* After submission, display a confirmation message, for example: "Thank you, [User's Name]. Your prayer has been sent."
* Include a button to return to the Home Screen.
4. **Prayer Delivery:**
* When a prayer is submitted, the app should send the contents to a pre-configured email address (the youth pastor's).
* The email's subject or body must clearly include both the name entered by the user and the prayer request itself. For example, "New Prayer from [Name]" as the subject, and the prayer request in the body.
5. **General Requirements:**
* The app should not have a user login or account system. The name is entered manually with each submission.
* The design should be modern, clean, and appropriate for a youth audience.
Build a native mobile app for a youth group that allows members to submit prayer requests to their youth pastor.
Core Features:
1. **Home Screen:**
* A welcoming screen with an encouraging me...