Welcome to the React Native Training App project created specially for my dear friend AndesFt.
This README file provides an overview of the project and outlines the next steps to be completed.
The project is built using Expo, React Native, React Native Navigation, Formik and Yup.
To run the app locally, follow these steps:
Run The App
Runs your app in development mode.
Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
Like npm start / yarn start, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.
Like npm start / yarn start, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup).
-
Implement User Authentication:
- Set up authentication system (e.g., Firebase, Auth0).
- Create login and signup screens.
- Connect authentication with backend services.
-
Enhance UI/UX:
- Review and improve existing UI components.
- Add animations and transitions.
- Optimize layout for different screen sizes.
-
Unit Testing:
- Write unit tests for critical components.
- Implement continuous integration for automated testing.
-
Improve Loading Times:
- Optimize assets (images, videos).
- Implement lazy loading for non-essential resources.
-
Dependencies:
- Remove warnings.
- Update dependencies.
-
Code style:
- Refactor styles.
- Refactor Components.
- Use absolute imports.
-
Prepare for App Store Submission:
- Ensure compliance with App Store guidelines.
- Create promotional materials (screenshots, descriptions).
-
Automate Deployment:
- Set up automated deployment pipelines.
- Define deployment scripts for various environments.